Files
homarr/public/locales/tw/authentication/login.json
2024-03-23 16:18:26 +01:00

24 lines
568 B
JSON

{
"metaTitle": "登入",
"title": "歡迎回來!",
"text": "請確認您的憑證",
"form": {
"fields": {
"username": {
"label": "使用者"
},
"password": {
"label": "密碼"
}
},
"buttons": {
"submit": "登入"
},
"afterLoginRedirection": "登入後,您將進入 {{url}}",
"providersEmpty": {
"title": "驗證提供錯誤",
"message": "驗證伺服器未設定,請檢察您的日誌內容"
}
},
"alert": "您的憑證不正確或此帳號不存在,請重試"
}