Browse Source

Merge pull request #5696 from ChangYinShung/dev

Update locale of zh-hant
pull/5697/head
maliming 5 years ago
committed by GitHub
parent
commit
8352dc34ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/zh-Hant.json
  2. 12
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hant.json

6
framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/zh-Hant.json

@ -17,6 +17,7 @@
"Error": "錯誤",
"AreYouSure": "你確定嗎?",
"Cancel": "取消",
"Clear": "清除",
"Yes": "是",
"No": "否",
"Ok": "好",
@ -61,6 +62,9 @@
"500Message": "內部伺服器錯誤",
"GoHomePage": "返回首頁",
"GoBack": "返回",
"Search": "查詢"
"Search": "查詢",
"ItemWillBeDeletedMessageWithFormat": "{0} will be deleted!",
"ItemWillBeDeletedMessage": "This item will be deleted!",
"ManageYourAccount": "Manage your account"
}
}

12
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hant.json

@ -78,6 +78,12 @@
"Permission:ChangePermissions": "更改權限",
"Permission:UserManagement": "使用者管理",
"Permission:UserLookup": "使用者查詢",
"Feature:IdentityGroup": "身份識別",
"Feature:TwoFactor": "雙因素",
"Feature:TwoFactorDescription": "雙因素",
"Feature:TwoFactor.Optional": "選用",
"Feature:TwoFactor.Disabled": "關閉",
"Feature:TwoFactor.Forced": "強制啟用",
"DisplayName:Abp.Identity.Password.RequiredLength": "長度需符合",
"DisplayName:Abp.Identity.Password.RequiredUniqueChars": "需最小特殊字元數",
"DisplayName:Abp.Identity.Password.RequireNonAlphanumeric": "需包含非數字字母",
@ -105,6 +111,10 @@
"Description:Abp.Identity.SignIn.EnablePhoneNumberConfirmation": "是否啟用電話認證.",
"Description:Abp.Identity.SignIn.RequireConfirmedPhoneNumber": "決定使用者是否需電話認證後才能登入.",
"Description:Abp.Identity.User.IsUserNameUpdateEnabled": "決定使用者是否能更新帳號.",
"Description:Abp.Identity.User.IsEmailUpdateEnabled": "決定使用者是否能更新信箱."
"Description:Abp.Identity.User.IsEmailUpdateEnabled": "決定使用者是否能更新信箱.",
"DisplayName:Abp.Identity.TwoFactorBehaviour": "雙因素認證行為",
"Description:Abp.Identity.TwoFactorBehaviour": "雙因素認證行為",
"DisplayName:Abp.Identity.UsersCanChange": "允許使用者變更雙因素認證.",
"Description:Abp.Identity.UsersCanChange": "允許使用者變更雙因素認證."
}
}

Loading…
Cancel
Save