-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d80568d
commit 95bcf10
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"LOGIN_TITLE": "{{app}} ログイン", | ||
"LOGIN_BELOW": "以下によりログインしてください。", | ||
"WELCOME": "ようこそ {{app}} へ!", | ||
"LOGIN_PASSWORD": "パスワードは設定ファイル( {{configFile}} )を確認してください。", | ||
"LOGIN_USING_ENV_PASSWORD": "パスワードは環境変数 $PASSWORD で設定されています。", | ||
"LOGIN_USING_HASHED_PASSWORD": "パスワードは環境変数 $HASHED_PASSWORD で設定されています。", | ||
"SUBMIT": "実行", | ||
"PASSWORD_PLACEHOLDER": "パスワード", | ||
"LOGIN_RATE_LIMIT": "ログイン制限を超えました!", | ||
"MISS_PASSWORD": "パスワードを入力してください。", | ||
"INCORRECT_PASSWORD": "パスワードが間違っています。" | ||
} |