mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
Update strings.js
This commit is contained in:
parent
46c3c30a3d
commit
f99a826236
@ -1070,6 +1070,7 @@ var translations = {
|
|||||||
verifyPassword: {
|
verifyPassword: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Verify password to delete this account",
|
en: "Verify password to delete this account",
|
||||||
|
tw: "請確認您的密碼以刪除帳號"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
serverError: {
|
serverError: {
|
||||||
@ -1086,6 +1087,7 @@ var translations = {
|
|||||||
username_in_use: {
|
username_in_use: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "A user already exists with that username",
|
en: "A user already exists with that username",
|
||||||
|
tw: "已有一位相同名稱的使用者"
|
||||||
},
|
},
|
||||||
invalid_password: {
|
invalid_password: {
|
||||||
ja: null,
|
ja: null,
|
||||||
@ -1104,19 +1106,23 @@ var translations = {
|
|||||||
},
|
},
|
||||||
invalid_don: {
|
invalid_don: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Could not save your custom Don"
|
en: "Could not save your custom Don",
|
||||||
|
tw: "無法儲存小咚"
|
||||||
},
|
},
|
||||||
current_password_invalid: {
|
current_password_invalid: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Current password does not match",
|
en: "Current password does not match",
|
||||||
|
tw: "目前密碼不符合"
|
||||||
},
|
},
|
||||||
invalid_new_password: {
|
invalid_new_password: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Cannot use this password, please check that your new password is at least 6 characters long",
|
en: "Cannot use this password, please check that your new password is at least 6 characters long",
|
||||||
|
tw: "無法使用此密碼,請確認您的新密碼的長度大於 6 個字"
|
||||||
},
|
},
|
||||||
verify_password_invalid: {
|
verify_password_invalid: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Verification password does not match",
|
en: "Verification password does not match",
|
||||||
|
tw: "確認密碼不符合"
|
||||||
},
|
},
|
||||||
invalid_csrf: {
|
invalid_csrf: {
|
||||||
ja: null,
|
ja: null,
|
||||||
@ -1191,6 +1197,9 @@ var translations = {
|
|||||||
cn: [
|
cn: [
|
||||||
"请选择一个含有太鼓谱面文件(TJA格式)的文件夹,以用于在自定义歌单中游玩。"
|
"请选择一个含有太鼓谱面文件(TJA格式)的文件夹,以用于在自定义歌单中游玩。"
|
||||||
],
|
],
|
||||||
|
tw: [
|
||||||
|
"請選擇包含太鼓譜面檔案 (TJA格式) 的資料夾,即可在自訂歌單中遊玩。"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
localFolder: {
|
localFolder: {
|
||||||
ja: "ローカルフォルダ...",
|
ja: "ローカルフォルダ...",
|
||||||
@ -1263,7 +1272,8 @@ var translations = {
|
|||||||
tw: "驗證錯誤:%s"
|
tw: "驗證錯誤:%s"
|
||||||
},
|
},
|
||||||
cookieError: {
|
cookieError: {
|
||||||
en: "This function requires third party cookies."
|
en: "This function requires third party cookies.",
|
||||||
|
tw: "此功能需要第三方 cookies。"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user