style: added mediaServerType to reflect which mediaserver is being used in the enable new sign in

added mediaServerType to reflect which mediaserver is being used in the enable new sign in so it
displays either plex or jellyfin in the ui
This commit is contained in:
Fallenbagel
2022-05-17 01:25:33 +05:00
parent f286818e30
commit 0dd8b15109
20 changed files with 58 additions and 42 deletions

View File

@@ -479,8 +479,8 @@
"components.Settings.SettingsUsers.tvRequestLimitLabel": "电视节目请求全局限制",
"components.Settings.SettingsUsers.toastSettingsSuccess": "用户设置保存成功!",
"components.Settings.SettingsUsers.toastSettingsFailure": "保存设置中出了点问题。",
"components.Settings.SettingsUsers.newPlexLoginTip": "让还没导入的 Plex 用户登录",
"components.Settings.SettingsUsers.newPlexLogin": "允许新的 Plex 登录",
"components.Settings.SettingsUsers.newPlexLoginTip": "让还没导入的 {mediaServerName} 用户登录",
"components.Settings.SettingsUsers.newPlexLogin": "允许新的 {mediaServerName} 登录",
"components.Settings.SettingsUsers.movieRequestLimitLabel": "电影请求全局限制",
"components.Settings.SettingsUsers.localLoginTip": "让用户使用电子邮件地址和密码登录",
"components.Settings.SettingsUsers.localLogin": "允许本地登录",