Japanese WIP
This commit is contained in:
committed by
Nicolas Giard
parent
f0722cfddf
commit
989a6de51a
32
server/locales/ja/auth.json
Normal file
32
server/locales/ja/auth.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"loginrequired": "ログインが必要です",
|
||||
"loginusing": "ログイン...",
|
||||
"loginusingalt": "又は...",
|
||||
"fields": {
|
||||
"emailuser": "Eメール又はユーザー名",
|
||||
"password": "パスワード"
|
||||
},
|
||||
"actions": {
|
||||
"login": "ログイン"
|
||||
},
|
||||
"errors": {
|
||||
"invalidlogin": "不正なログイン",
|
||||
"invalidloginmsg": "Eメール又はパスワードが無効です。",
|
||||
"invaliduseremail": "無効なユーザーEメール",
|
||||
"lognerror": "ログインエラー",
|
||||
"notyetauthorized": "まだこのサイトにログインする権限がありません。",
|
||||
"toomanyattempts": "試行回数が多すぎます",
|
||||
"toomanyattemptsmsg": "短期間に失敗した試行回数が多すぎます。{{time}}にもう一度お試しください。",
|
||||
"usernotfound": "ユーザーが見つかりません"
|
||||
},
|
||||
"providers": {
|
||||
"local": "ローカル",
|
||||
"windowslive": "Microsoft Account",
|
||||
"azure": "Azure Active Directory",
|
||||
"google": "Google ID",
|
||||
"facebook": "Facebook",
|
||||
"github": "GitHub",
|
||||
"slack": "Slack",
|
||||
"ldap": "LDAP / Active Directory"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user