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:
@@ -194,6 +194,7 @@
|
||||
"components.UserList.userssaved": "Brukertillatelsene ble lagret!",
|
||||
"components.UserList.users": "Brukere",
|
||||
"components.UserList.importfromplexerror": "Noe gikk galt ved importering av brukere fra Plex.",
|
||||
"components.UserList.importfrommediaserver": "Importer brukere fra {mediaServerName}",
|
||||
"components.UserList.importfromplex": "Importer brukere fra Plex",
|
||||
"components.UserList.importedfromplex": "<strong>{userCount}</strong> {userCount, plural, one {ny bruker} other {nye brukere}} ble importert fra Plex!",
|
||||
"components.Settings.menuUsers": "Brukere",
|
||||
|
||||
Reference in New Issue
Block a user