Files
homarr/public/locales/ja/authentication/login.json
2024-03-15 18:20:07 +01:00

24 lines
646 B
JSON

{
"metaTitle": "ログイン",
"title": "お帰りなさい",
"text": "認証情報を入力してください。",
"form": {
"fields": {
"username": {
"label": "ユーザー名"
},
"password": {
"label": "パスワード"
}
},
"buttons": {
"submit": "サインイン"
},
"afterLoginRedirection": "ログイン後、 {{url}}にリダイレクトされます。",
"providersEmpty": {
"title": "",
"message": ""
}
},
"alert": "認証情報が間違っているか、このアカウントが存在しません。もう一度お試しください。"
}