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:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "繁體中文 (TW)"
|
||||
},
|
||||
"strings": {
|
||||
"passwordReset": "重設密碼",
|
||||
"reset": "重設",
|
||||
"resetFailed": "重設密碼失敗",
|
||||
"tryAgain": "請重試。",
|
||||
"youCanLogin": "您現在可以使用下方的代碼作為您的密碼登錄。",
|
||||
"youCanLoginOmbi": "您現在可以使用下方的代碼作為您的密碼登錄 Jellyfin和Ombi。",
|
||||
"youCanLoginPassword": "您現在可以使用新密碼登錄。 請按下方按鈕跳轉至 Jellyfin。",
|
||||
"changeYourPassword": "請務必在登錄后更改密碼。",
|
||||
"enterYourPassword": "在下方輸入您的新密碼。"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user