Skip to content
Merged
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
52 changes: 52 additions & 0 deletions packages/aws-amplify-react/src/AmplifyI18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,56 @@ Utilice el formato de número de teléfono +12345678900`,
'Invalid password format': '密码格式错误',
'Invalid phone number format': '电话格式错误,请使用格式 +12345678900',
},
ja: {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@koty There seems to be dead spaces in a lot of these strings, can you please clean them up?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'Sign In': 'サインイン ',

should be

'Sign In': 'サインイン',

'Sign In': 'サインイン ',
'Sign Up': '登録 ',
'Sign Out': 'サインアウト ',
'Sign in to your account': 'アカウントにサインイン ',
Username: 'ユーザー名 ',
Password: 'パスワード ',
'Enter your username': 'ユーザー名を入力 ',
'Enter your password': 'パスワードを入力 ',
'No account? ': 'アカウントが無いとき ',
'Forget your password? ': 'パスワードを忘れましたか? ',
'Reset password': 'パスワードをリセット ',
'User does not exist': 'ユーザーが存在しません ',
'User already exists': '既にユーザーが存在しています ',
'Incorrect username or password': 'ユーザー名かパスワードが異なります ',
'Invalid password format': 'パスワードの形式が無効です ',
'Create account': 'アカウントを作る ',
'Forgot Password': 'パスワードを忘れた ',
'Change Password': 'パスワードを変える ',
'New Password': '新しいパスワード',
Email: 'メールアドレス',
'Phone Number': '電話番号',
'Confirm a Code': 'コードを確認',
'Confirm Sign In': 'サインインする',
'Confirm Sign Up': '登録する',
'Back to Sign In': 'サインインに戻る',
'Send Code': 'コードを送信',
Confirm: '確定',
'Resend Code': 'コードを再送信',
Submit: '送信',
Skip: 'スキップ',
Verify: '確認',
'Verify Contact': '連絡先を確認',
Code: 'コード',
'Confirmation Code': '確認コード',
'Lost your code? ': 'コードを失くしましたか?',
'Account recovery requires verified contact information':
'アカウントの復旧には確認済みの連絡先が必要です',
'Invalid phone number format':
'不正な電話番号の形式です。\n+12345678900 の形式で入力してください',
'Create Account': 'アカウントを作る',
'Have an account? ': 'アカウントを持っていますか?',
'Sign in': 'サインイン',
'Create a new account': '新しいアカウントを作る',
'Reset your password': 'パスワードをリセットする',
'An account with the given email already exists.':
'入力されたメールアドレスのアカウントが既に存在します',
'Username cannot be empty': 'ユーザー名は入力必須です',
'Password attempts exceeded': 'サインインの試行回数が上限に達しました',
'Sign In with Google': 'Googleでサインイン',
'Sign In with Facebook': 'Facebookでサインイン',
},
};