mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-11 09:06:55 -05:00
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:
@@ -223,6 +223,7 @@
|
||||
"components.Settings.SettingsAbout.Releases.latestversion": "Versione più recente",
|
||||
"components.Settings.SettingsAbout.Releases.currentversion": "Versione attuale",
|
||||
"components.UserList.importfromplexerror": "Qualcosa è andato storto nell'importare gli utenti Plex.",
|
||||
"components.UserList.importfrommediaserver": "Importa utenti {mediaServerName}",
|
||||
"components.UserList.importfromplex": "Importa utenti Plex",
|
||||
"components.UserList.importedfromplex": "<strong>{userCount}</strong> {userCount, plural, one {utente} other {utenti}} Plex {userCount, plural, one {importato} other {importati}} correttamente!",
|
||||
"components.TvDetails.viewfullcrew": "Vedi troupe completa",
|
||||
|
||||
Reference in New Issue
Block a user