Bladeren bron

update i18n

CR003
Jason Chuang 1 jaar geleden
bovenliggende
commit
2999987498
4 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. +2
    -2
      src/pages/User/ChangePasswordPage/index.js
  2. +1
    -1
      src/translations/en.json
  3. +1
    -1
      src/translations/zh-CN.json
  4. +1
    -1
      src/translations/zh-HK.json

+ 2
- 2
src/pages/User/ChangePasswordPage/index.js Bestand weergeven

@@ -322,8 +322,8 @@ const Index = () => {
id="confirmPassword"
type={showConfirmPassword ? 'text' : 'password'}
name="confirmPassword"
label={intl.formatMessage({id: 'confirmOldPassword'}) + ":"}
placeholder={intl.formatMessage({id: 'confirmOldPassword'})}
label={intl.formatMessage({id: 'confirmNewPassword'}) + ":"}
placeholder={intl.formatMessage({id: 'confirmNewPassword'})}
// defaultValue={formik.values.confirmPassword.trim()}
value={formik.values.confirmPassword.trim()}
error={Boolean(formik.touched.confirmPassword && formik.errors.confirmPassword)}


+ 1
- 1
src/translations/en.json Bestand weergeven

@@ -239,7 +239,7 @@
"reset": "Reset",
"requireString": "Items marked with * must be filled in",
"confirmPassword": "Confirm password",
"confirmOldPassword": "Confirm old password",
"confirmNewPassword": "Confirm new password",
"pleaseConfirmPassword": "Please confirm password",
"pleaseEnterOrgOrCompName": "Please enter the English/Chinese name of the organisation/company",
"sameAsBusinessRegistrationCert": "Same as Business Registration Certificate",


+ 1
- 1
src/translations/zh-CN.json Bestand weergeven

@@ -267,7 +267,7 @@
"reset": "重置",
"requireString": "注有*的项目必须输入资料",
"confirmPassword": "确认密码",
"confirmOldPassword": "确认旧密码",
"confirmNewPassword": "确认新密码",
"pleaseConfirmPassword": "请确认密码",
"pleaseEnterOrgOrCompName": "请输入机构/公司英文名称或中文名称",
"sameAsBusinessRegistrationCert": "与商业登记证相同",


+ 1
- 1
src/translations/zh-HK.json Bestand weergeven

@@ -269,7 +269,7 @@
"reset": "重置",
"requireString": "註有*的項目必須輸入資料",
"confirmPassword": "確認密碼",
"confirmOldPassword": "確認舊密碼",
"confirmNewPassword": "確認新密碼",
"pleaseConfirmPassword": "請確認密碼",
"pleaseEnterOrgOrCompName": "請輸入機構/公司英文名稱或中文名稱",
"sameAsBusinessRegistrationCert": "與商業登記證相同",


Laden…
Annuleren
Opslaan