Skip to content

Commit

Permalink
Don’t use two-byte character (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyaohshimo authored and luisrudge committed May 31, 2018
1 parent ed8049d commit 315bb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
passwordInputPlaceholder: 'パスワード',
passwordStrength: {
containsAtLeast: '%d が一文字以上含まれる必要があります:',
identicalChars: '連続して同じ文字をd個以上入力できません(例:"s "は使用できません)',
identicalChars: '連続して同じ文字を%d個以上入力できません(例:"%s "は使用できません)',
nonEmpty: 'パスワードは必須です',
numbers: '数字 (0-9)',
lengthAtLeast: '%d 文字以上',
Expand All @@ -81,7 +81,7 @@ export default {
upperCase: '大文字のアルファベット (A-Z)'
},
passwordlessEmailAlternativeInstructions: 'メールアドレスを入力するか<br/>アカウントを作成してください。',
passwordlessEmailCodeInstructions: 's へメールでコードが送信されました。',
passwordlessEmailCodeInstructions: '%s へメールでコードが送信されました。',
passwordlessEmailInstructions: 'メールアドレスを入力してログイン<br/>またはアカウントを作成してください。',
passwordlessSMSAlternativeInstructions: 'もしくは電話番号を入力してログイン<br/>またはアカウントを作成してください。',
passwordlessSMSCodeInstructions: '%s へSMSでコードが送信されました。',
Expand Down

0 comments on commit 315bb14

Please sign in to comment.