chore: Enable Japanese, update translation from Crowdin (#1417)

This commit is contained in:
Sojan Jose
2020-11-16 23:11:14 +05:30
committed by GitHub
parent 481baa32ba
commit 9d2542eecd
218 changed files with 2796 additions and 1272 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": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
},
"SUBMIT": "Submit"
"SUBMIT": "送信"
}
}