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 traditional Chinese localization #118

Closed
wants to merge 1 commit into from
Closed
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
40 changes: 21 additions & 19 deletions src/main/resources/assets/authme/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
{
"gui.authme.button.auth": "驗證",
"gui.authme.button.auth.tooltip": "您好,%s!",
"gui.authme.button.auth.tooltip": "%s,你好!",
"gui.authme.button.relogin": "重新登入",

"gui.authme.error.generic": "有些東西出錯了!請返回重試。",
"gui.authme.error.timeout": "已逾時!請返回重試。",
"gui.authme.error.generic": "發生錯誤!請返回上一步並再試一次。",
"gui.authme.error.notPurchased": "這個帳號尚未購買 Minecraft!",
"gui.authme.error.timeout": "連線逾時!請返回上一步並再試一次。",

"gui.authme.toast.greeting": "您好,%s!",
"gui.authme.toast.greeting": "%s,你好!",

"gui.authme.method.title": "選擇登入方式",
"gui.authme.method.greeting": "您好,%s!",
"gui.authme.method.greeting": "%s,你好!",
"gui.authme.method.button.microsoft": "Microsoft",
"gui.authme.method.button.microsoft.selectAccount": "Ctrl + 點一下以選取帳號",
"gui.authme.method.button.microsoft.selectAccount": "Ctrl + 按一下以選取帳號",
"gui.authme.method.button.mojang": "Mojang(或舊版登入)",
"gui.authme.method.button.mojang.unavailable": "暫時無法使用,按一下以了解更多",
"gui.authme.method.button.offline": "離線",

"gui.authme.microsoft.title": "透過 Microsoft 登入",
"gui.authme.microsoft.title": "使用 Microsoft 登入",
"gui.authme.microsoft.browser": "您現在可以關閉這個視窗並返回 Minecraft!",
"gui.authme.microsoft.status.checkBrowser": "請查看您的瀏覽器...",
"gui.authme.microsoft.status.msAccessToken": "獲取 Microsoft 存取權杖...",
"gui.authme.microsoft.status.xboxAccessToken": "獲取 Xbox 存取權杖...",
"gui.authme.microsoft.status.xboxXstsToken": "獲取 Xbox XSTS 權杖...",
"gui.authme.microsoft.status.mcAccessToken": "獲取 Minecraft 存取權杖...",
"gui.authme.microsoft.status.mcProfile": "獲取您的 Minecraft 個人檔案...",
"gui.authme.microsoft.warning.title": "警告!沒有 Microsoft 驗證的預設選項",
"gui.authme.microsoft.warning.body": "如果您沒有進行此更改,這可能會洩露您的帳戶令牌。您是否仍要繼續?",
"gui.authme.microsoft.status.checkBrowser": "請檢查您的瀏覽器...",
"gui.authme.microsoft.status.msAccessToken": "正在取得 Microsoft 存取權杖...",
"gui.authme.microsoft.status.xboxAccessToken": "正在取得 Xbox 存取權杖...",
"gui.authme.microsoft.status.xboxXstsToken": "正在取得 Xbox XSTS 權杖...",
"gui.authme.microsoft.status.mcAccessToken": "正在取得 Minecraft 存取權杖...",
"gui.authme.microsoft.status.mcProfile": "正在取得您的 Minecraft 個人檔案...",
"gui.authme.microsoft.warning.title": "警告!非預設的 Microsoft 登入選項",
"gui.authme.microsoft.warning.body": "如果您沒有進行這項變更,則可能會洩漏您的帳號權杖。您是否仍要繼續?",
"gui.authme.microsoft.warning.accept": "我知道我在做什麼",
"gui.authme.microsoft.warning.cancel": "回到安全",

Expand All @@ -38,18 +40,18 @@
"text.autoconfig.authme.option.authButton": "驗證按紐",
"text.autoconfig.authme.option.authButton.x": "X 座標",
"text.autoconfig.authme.option.authButton.y": "Y 座標",
"text.autoconfig.authme.option.authButton.draggable": "可以拖動?",
"text.autoconfig.authme.option.authButton.draggable": "可拖動?",
"text.autoconfig.authme.option.methods": "登入方式",
"text.autoconfig.authme.option.methods.microsoft": "Microsoft",
"text.autoconfig.authme.option.methods.microsoft.prompt": "互動提示",
"text.autoconfig.authme.option.methods.microsoft.port": "OAuth2 回傳 Url 端口",
"text.autoconfig.authme.option.methods.microsoft.clientId": "OAuth2 用戶 Id",
"text.autoconfig.authme.option.methods.microsoft.port": "OAuth2 回呼 Url 連接埠",
"text.autoconfig.authme.option.methods.microsoft.clientId": "OAuth2 用戶端 Id",
"text.autoconfig.authme.option.methods.microsoft.authorizeUrl": "OAuth2 授權 Url",
"text.autoconfig.authme.option.methods.microsoft.tokenUrl": "OAuth2 存取權杖 Url",
"text.autoconfig.authme.option.methods.microsoft.xboxAuthUrl": "Xbox 驗證 Url",
"text.autoconfig.authme.option.methods.microsoft.xboxXstsUrl": "Xbox XSTS 授權 Url",
"text.autoconfig.authme.option.methods.microsoft.mcAuthUrl": "Minecraft 驗證 Url",
"text.autoconfig.authme.option.methods.microsoft.mcProfileUrl": "Minecraft 個人資料 Url",
"text.autoconfig.authme.option.methods.microsoft.mcProfileUrl": "Minecraft 個人檔案 Url",
"text.autoconfig.authme.option.methods.offline": "離線",
"text.autoconfig.authme.option.methods.offline.lastUsername": "最後使用的使用者名稱"
}
Loading