userpage: use form langfile, move login strings to common

login-related stuff was moved into common using the langmover script, so
that the user page doesn't have to use the admin language files.
This commit is contained in:
Harvey Tindall
2023-06-17 12:48:28 +01:00
parent 96c62f556b
commit d3c5feaf1b
131 changed files with 569 additions and 474 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"meta": {
"name": "繁體中文 (TW)"
},
"strings": {
"startMessage": "您好!\n請在這裡輸入 Jellyfin 的 PIN 碼來驗證您的帳戶。",
"discordStartMessage": "您好!\n請輸入 “/PIN<PIN 碼>” 來驗證您的帳戶。",
"matrixStartMessage": "您好\n在 Jellyfin 註冊頁面中輸入以下 PIN 碼以驗證您的帳戶。",
"invalidPIN": "該 PIN 碼無效,請重試。",
"pinSuccess": "成功! 您現在可以返回註冊頁面。",
"languageMessage": "提示:使用 {command} 查看可用語言,並使用 {command} <language code> 來設置語言。",
"languageMessageDiscord": "提示:使用 “/lang <語言>” 設置語言。",
"languageSet": "語言設置為{Language}。",
"discordDMs": "請檢查您的私人通信以獲取回復。"
}
}