mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 18:00:22 +00:00
Harvey Tindall
d3c5feaf1b
login-related stuff was moved into common using the langmover script, so that the user page doesn't have to use the admin language files.
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"meta": {
|
|
"name": "繁體中文 (TW)"
|
|
},
|
|
"strings": {
|
|
"username": "帳戶名稱",
|
|
"password": "密碼",
|
|
"emailAddress": "電子郵件",
|
|
"name": "帳戶名稱",
|
|
"submit": "提交",
|
|
"send": "發送",
|
|
"success": "成功",
|
|
"continue": "繼續",
|
|
"error": "錯誤",
|
|
"copy": "複製",
|
|
"copied": "已複製",
|
|
"time24h": "24小時制",
|
|
"time12h": "12小時制",
|
|
"linkTelegram": "連結 Telegram",
|
|
"contactEmail": "通過電子郵件聯繫",
|
|
"contactTelegram": "通過 Telegram 聯繫",
|
|
"linkDiscord": "連結 Discord",
|
|
"linkMatrix": "連結 Matrix",
|
|
"contactDiscord": "通過 Discord 聯繫",
|
|
"theme": "主題",
|
|
"refresh": "重新整理",
|
|
"required": "必填",
|
|
"login": "登錄",
|
|
"logout": "登出"
|
|
},
|
|
"notifications": {
|
|
"errorLoginBlank": "帳戶名稱和/或密碼留空。",
|
|
"errorConnection": "無法連接到 jfa-go。",
|
|
"errorUnknown": "未知的錯誤。",
|
|
"error401Unauthorized": "未經授權。嘗試重新整理頁面。"
|
|
}
|
|
} |