Skip to content

Commit dcf2c7b

Browse files
authored
Merge pull request #618 from gopenso/update-zh-TW-locale-2506
Update zh-TW translations
2 parents c75421e + bf3c4b8 commit dcf2c7b

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"heading": "設置 Chrome AI",
3-
"status": {
4-
"label": "在頁面輔助功能中啟用或停用 Chrome AI 支援"
5-
},
6-
"error": {
7-
"browser_not_supported": "此版本的 Chrome 不支援 Gemini Nano 模型,請更新至版本127或更高",
8-
"ai_not_supported": "設定 chrome://flags/#prompt-api-for-gemini-nano 未啟用,請先啟用它。",
9-
"ai_not_ready": "Gemini Nano 尚未準備好,您需要再次檢查 Chrome 設定。",
10-
"internal_error": "發生內部錯誤,請稍後重試。"
11-
},
12-
"errorDescription": "為了使用 Chrome AI,您需要版本127以上的瀏覽器,目前版本在 Dev 和 Canary 頻道中。下載支援的版本後,請按照以下步驟操作:\n\n1. 前往 `chrome://flags/#prompt-api-for-gemini-nano` 並選擇「啟用」\n2. 前往 `chrome://flags/#optimization-guide-on-device-model` 並選擇「EnabledBypassPrefRequirement」\n3. 前往 `chrome://components` 搜尋「Optimization Guide On Device Model」,然後點擊「檢查更新」。這將下載模型。如果您沒有看到這些設置,請重複步驟1和2,然後重新啟動瀏覽器。"
2+
"heading": "設置 Chrome AI",
3+
"status": {
4+
"label": "在頁面輔助功能中啟用或停用 Chrome AI 支援"
5+
},
6+
"error": {
7+
"browser_not_supported": "此版本的 Chrome 不支援 Gemini Nano 模型,請更新至版本127或更高",
8+
"ai_not_supported": "設定 chrome://flags/#prompt-api-for-gemini-nano 未啟用,請先啟用它。",
9+
"ai_not_ready": "Gemini Nano 尚未準備好,您需要再次檢查 Chrome 設定。",
10+
"internal_error": "發生內部錯誤,請稍後重試。"
11+
},
12+
"errorDescription": "為了使用 Chrome AI,您需要版本127以上的瀏覽器,目前版本在 Dev 和 Canary 頻道中。下載支援的版本後,請按照以下步驟操作:\n\n1. 前往 `chrome://flags/#prompt-api-for-gemini-nano` 並選擇「啟用」\n2. 前往 `chrome://flags/#optimization-guide-on-device-model` 並選擇「EnabledBypassPrefRequirement」\n3. 前往 `chrome://components` 搜尋「Optimization Guide On Device Model」,然後點擊「檢查更新」。這將下載模型。如果您沒有看到這些設置,請重複步驟1和2,然後重新啟動瀏覽器。"
1313
}

src/assets/locale/zh-TW/openai.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"modal": {
1212
"titleAdd": "新增提供商",
13+
"titleEdit": "編輯提供商",
1314
"name": {
1415
"label": "提供商名稱",
1516
"required": "提供商名稱為必填項。",
@@ -64,6 +65,7 @@
6465
},
6566
"modal": {
6667
"title": "新增自訂模型",
68+
"titleEdit": "編輯自訂模型",
6769
"form": {
6870
"name": {
6971
"label": "模型 ID",

src/assets/locale/zh-TW/settings.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"label": "複製為格式化文字"
6262
},
6363
"tabMentionsEnabled": {
64-
"label": "启用标签提及 (@tab)"
64+
"label": "啟用分頁提及 (@tab)"
6565
}
6666
},
6767
"sidepanelRag": {
@@ -112,6 +112,10 @@
112112
},
113113
"searchOnByDefault": {
114114
"label": "預設開啟網路搜尋"
115+
},
116+
"firecrawlAPIKey": {
117+
"label": "Firecrawl API 金鑰",
118+
"placeholder": "輸入您的 Firecrawl API 金鑰"
115119
}
116120
},
117121
"system": {
@@ -140,6 +144,12 @@
140144
},
141145
"fontSize": {
142146
"label": "字型大小"
147+
},
148+
"webuiBtnSidePanel": {
149+
"label": "在側邊面板顯示網頁介面按鈕"
150+
},
151+
"chatBackgroundImage": {
152+
"label": "聊天背景圖片"
143153
}
144154
},
145155
"tts": {

0 commit comments

Comments
 (0)