fix(ui): fix translation errors for all locales in the import plex user button

fix translation errors for all locales in the import plex user button as it currently shows as
{mediaServerName}
This commit is contained in:
Fallenbagel
2022-06-09 16:38:18 +05:00
parent 94ade93e16
commit 0fb5803eb9
20 changed files with 20 additions and 20 deletions

View File

@@ -24,7 +24,7 @@
"components.UserList.localuser": "本地用户",
"components.UserList.localLoginDisabled": "<strong>允许本地登录</strong>的设置目前被禁用。",
"components.UserList.importfromplexerror": "导入 Plex 用户时出错。",
"components.UserList.importfromplex": "导入 {mediaServerName} 用户",
"components.UserList.importfromplex": "导入 Plex 用户",
"components.UserList.importedfromplex": "<strong>{userCount}</strong> Plex {userCount, plural, one {user} other {users}} 成功导入!",
"components.UserList.email": "电子邮件地址",
"components.UserList.edituser": "编辑用户权限",