chore: Update zh_TW i18n files (#1262)

Co-authored-by: JackTsai <jacktsai@larvata.tw>
This commit is contained in:
snowild
2020-09-22 21:46:00 +08:00
committed by GitHub
parent 381c448627
commit 17e5c01948
22 changed files with 723 additions and 618 deletions

View File

@@ -1,20 +1,20 @@
{
"SET_NEW_PASSWORD": {
"TITLE": "Set New Password",
"TITLE": "設定新密碼",
"PASSWORD": {
"LABEL": "Password",
"PLACEHOLDER": "Password",
"ERROR": "Password is too short"
"LABEL": "密碼",
"PLACEHOLDER": "密碼",
"ERROR": "密碼太短了"
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm Password",
"PLACEHOLDER": "Confirm Password",
"ERROR": "Passwords do not match"
"LABEL": "請確認密碼",
"PLACEHOLDER": "確認密碼",
"ERROR": "密碼不匹配"
},
"API": {
"SUCCESS_MESSAGE": "Successfully changed the password",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"SUCCESS_MESSAGE": "成功修改密碼",
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
},
"SUBMIT": "Submit"
"SUBMIT": "送出"
}
}