Merge pull request #495 from h3poteto/i18n/ja/loading

Fix loading message for japanese
This commit is contained in:
AkiraFukushima 2018-08-15 09:45:49 +09:00 committed by GitHub
commit e11192e16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -219,8 +219,12 @@
"domain_confirmed": "{{domain}} が確認できました,ログインしてください",
"domain_doesnt_exist": "{{domain}} は存在しません"
},
"timeline": {
"loading": "読み込み中..."
},
"validation": {
"login": {
"loading": "読み込み中...",
"rquire_domain_name": "ドメイン名は必須です",
"domain_format": "ドメイン名のみを入力してください"
},