diff --git a/.changeset/blue-ladybugs-grab.md b/.changeset/blue-ladybugs-grab.md new file mode 100644 index 00000000000..22d3cde1bdb --- /dev/null +++ b/.changeset/blue-ladybugs-grab.md @@ -0,0 +1,5 @@ +--- +"@aws-amplify/ui": patch +--- + +feat(i18n): add Chinese translations for password fields in zh.ts diff --git a/packages/ui/src/i18n/dictionaries/authenticator/zh.ts b/packages/ui/src/i18n/dictionaries/authenticator/zh.ts index c3fbe8f57d4..7ec3d3ae038 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/zh.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/zh.ts @@ -21,6 +21,7 @@ export const zhDict: AuthenticatorDictionary = { Email: '邮箱', 'Enter your code': '输入验证码', 'Enter your Email': '输入电子邮件', + 'Enter your Password': '输入密码', 'Enter your phone number': '输入电话号码', 'Enter your username': '输入用户名', 'Forgot your password?': '忘记密码了?', @@ -31,6 +32,7 @@ export const zhDict: AuthenticatorDictionary = { or: '或者', Password: '密码', 'Phone Number': '电话', + 'Please confirm your Password': '请再次输入密码', 'Resend Code': '重发验证码', 'Reset your password': '重置密码', 'Reset your Password': '重置密码',