chore: Update translations for ar, zh (#1172)

This commit is contained in:
Sojan Jose
2020-08-26 21:33:52 +05:30
committed by GitHub
parent 2193de9853
commit ce13efd273
104 changed files with 5904 additions and 368 deletions

View File

@@ -0,0 +1,20 @@
{
"SET_NEW_PASSWORD": {
"TITLE": "设置新密码",
"PASSWORD": {
"LABEL": "密码",
"PLACEHOLDER": "密码",
"ERROR": "密码太短了"
},
"CONFIRM_PASSWORD": {
"LABEL": "请确认密码",
"PLACEHOLDER": "确认密码",
"ERROR": "密码不匹配"
},
"API": {
"SUCCESS_MESSAGE": "成功修改密码",
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
},
"SUBMIT": "提交"
}
}