Files
homarr/public/locales/ja/authentication/login.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

20 lines
576 B
JSON

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