Files
claudecodeui/src/i18n/locales/zh-TW/auth.json
妖怪不丸 c21a9f4561 feat(i18n): add Traditional Chinese (zh-TW) locale (#773)
* 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>
2026-06-05 21:45:49 +03:00

38 lines
1005 B
JSON

{
"login": {
"title": "歡迎回來",
"description": "登入您的 CloudCLI 帳戶",
"username": "使用者名稱",
"password": "密碼",
"submit": "登入",
"loading": "登入中...",
"errors": {
"invalidCredentials": "使用者名稱或密碼無效",
"requiredFields": "請填寫所有欄位",
"networkError": "網路錯誤,請重試。"
},
"placeholders": {
"username": "輸入您的使用者名稱",
"password": "輸入您的密碼"
}
},
"register": {
"title": "建立帳戶",
"username": "使用者名稱",
"password": "密碼",
"confirmPassword": "確認密碼",
"submit": "建立帳戶",
"loading": "建立帳戶中...",
"errors": {
"passwordMismatch": "密碼不一致",
"usernameTaken": "使用者名稱已被使用",
"weakPassword": "密碼強度太弱"
}
},
"logout": {
"title": "登出",
"confirm": "確定要登出嗎?",
"button": "登出"
}
}