fix(ui): fixed translation issue where it showed as import {mediaServerName} user
Fixed translation issue where it showed as import {mediaServerName} user as it was using the same
variable both inside the plex import modal and also outside in userlist on the button
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
"components.Settings.radarrsettings": "Radarr 設定",
|
||||
"components.Settings.menuPlexSettings": "Plex",
|
||||
"components.UserList.importfromplexerror": "匯入 Plex 使用者時出了點問題。",
|
||||
"components.UserList.importfrommediaserver": "匯入 {mediaServerName} 使用者",
|
||||
"components.UserList.importfromplex": "匯入 Plex 使用者",
|
||||
"components.UserList.importedfromplex": "匯入 <strong>{userCount}</strong> 個 Plex 使用者成功!",
|
||||
"components.UserList.localuser": "本地使用者",
|
||||
|
||||
Reference in New Issue
Block a user