Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zh.ts #6123

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/ui/src/i18n/dictionaries/authenticator/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const zhDict: AuthenticatorDictionary = {
'Enter your Email': '输入电子邮件',
'Enter your phone number': '输入电话号码',
'Enter your username': '输入用户名',
'Enter your Password': '输入密码',
'Forgot your password?': '忘记密码了?',
'Hide password': '隐藏密码',
'It may take a minute to arrive': '可能需要一分钟才能到达',
Expand All @@ -31,6 +32,7 @@ export const zhDict: AuthenticatorDictionary = {
or: '或者',
Password: '密码',
'Phone Number': '电话',
'Please confirm your Password': '请再次输入密码',
'Resend Code': '重发验证码',
'Reset your password': '重置密码',
'Reset your Password': '重置密码',
Expand Down