mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-09 07:05:51 +08:00
* feat(i18n): add Traditional Chinese (zh-TW) locale * fix(i18n): localize remaining English strings and fix README fence (zh-TW) * fix(i18n): track zh-TW tasks.json (was excluded by .gitignore) --------- Co-authored-by: Haile <118998054+blackmammoth@users.noreply.github.com>
35 lines
950 B
JSON
35 lines
950 B
JSON
{
|
|
"toolbar": {
|
|
"changes": "個變更",
|
|
"previousChange": "上一個變更",
|
|
"nextChange": "下一個變更",
|
|
"hideDiff": "隱藏差異醒目提示",
|
|
"showDiff": "顯示差異醒目提示",
|
|
"settings": "編輯器設定",
|
|
"collapse": "收合編輯器",
|
|
"expand": "展開編輯器到全寬"
|
|
},
|
|
"loading": "正在載入 {{fileName}}...",
|
|
"header": {
|
|
"showingChanges": "顯示變更"
|
|
},
|
|
"actions": {
|
|
"download": "下載檔案",
|
|
"save": "儲存",
|
|
"saving": "儲存中...",
|
|
"saved": "已儲存!",
|
|
"exitFullscreen": "離開全螢幕",
|
|
"fullscreen": "全螢幕",
|
|
"close": "關閉"
|
|
},
|
|
"footer": {
|
|
"lines": "行數:",
|
|
"characters": "字元數:",
|
|
"shortcuts": "按 Ctrl+S 儲存 • Esc 關閉"
|
|
},
|
|
"binaryFile": {
|
|
"title": "二進位檔案",
|
|
"message": "檔案「{{fileName}}」無法在文字編輯器中顯示,因為它是二進位檔案。"
|
|
}
|
|
}
|