Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix wrong terms in zh-Hant #133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/locales/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"send a message ('exit' to quit)": "發送消息('exit' 退出)",
"Please enter a prompt.": "請輸入提示語",
"THINKING...": "思考中...",
"Please set your OpenAI API key via `ai config set OPENAI_KEY=<your token>`": "請通過 `ai config set OPENAI_KEY=<your token>` 設置您的 OpenAI API 密鑰",
"Please set your OpenAI API key via `ai config set OPENAI_KEY=<your token>`": "請藉由 `ai config set OPENAI_KEY=<your token>` 設定您的 OpenAI API 密鑰",
"Set config": "設置配置",
"Enter your OpenAI API key": "輸入您的 OpenAI API 密鑰",
"(not set)": "(未設置)",
Expand Down Expand Up @@ -39,20 +39,20 @@
"Edit": "編輯",
"Make some adjustments before running": "在運行之前進行一些調整",
"Revise": "修改",
"Give feedback via prompt and get a new result": "通過提示提供反饋並獲得新結果",
"Give feedback via prompt and get a new result": "通過提示提供回饋並獲得新結果",
"Copy": "複製",
"Copy the generated script to your clipboard": "將生成的腳本複製到剪貼板",
"Copy the generated script to your clipboard": "將生成的腳本複製到剪貼簿",
"Cancel": "取消",
"Exit the program": "退出程序",
"Running": "正在運行",
"Copied to clipboard!": "已複製到剪貼板!",
"Copied to clipboard!": "已複製到剪貼簿!",
"Your new script": "您的新腳本",
"Invalid config property": "無效的配置屬性",
"Shell detection failed unexpectedly": "Shell 檢測到意外失敗",
"Invalid model": "無效的模型",
"Error": "錯誤",
"Missing required parameter": "缺少必需的參數",
"Please open a Bug report with the information above": "請使用上面的信息打開 Bug 報告",
"Please open a Bug report with the information above": "請使用上面的訊息打開 Bug 報告",
"Prompt to run": "要運行的提示語",
"You": "您"
}