mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #960 from ferferga/translate-everything
Translate missing items - Part 1
This commit is contained in:
commit
521068558f
28 changed files with 229 additions and 155 deletions
|
@ -521,7 +521,7 @@
|
|||
"Images": "Images",
|
||||
"ImportFavoriteChannelsHelp": "If enabled, only channels that are marked as favorite on the tuner device will be imported.",
|
||||
"ImportMissingEpisodesHelp": "If enabled, information about missing episodes will be imported into your Jellyfin database and displayed within seasons and series. This may cause significantly longer library scans.",
|
||||
"InstallingPackage": "Installing {0}",
|
||||
"InstallingPackage": "Installing {0} (version {1})",
|
||||
"InstantMix": "Instant mix",
|
||||
"ItemCount": "{0} items",
|
||||
"Items": "Items",
|
||||
|
@ -1210,9 +1210,9 @@
|
|||
"OriginalAirDateValue": "Original air date: {0}",
|
||||
"OtherArtist": "Other Artist",
|
||||
"Overview": "Overview",
|
||||
"PackageInstallCancelled": "{0} installation cancelled.",
|
||||
"PackageInstallCompleted": "{0} installation completed.",
|
||||
"PackageInstallFailed": "{0} installation failed.",
|
||||
"PackageInstallCancelled": "{0} (version {1}) installation cancelled.",
|
||||
"PackageInstallCompleted": "{0} (version {1}) installation completed.",
|
||||
"PackageInstallFailed": "{0} (version {1}) installation failed.",
|
||||
"ParentalRating": "Parental rating",
|
||||
"PasswordMatchError": "Password and password confirmation must match.",
|
||||
"PasswordResetComplete": "The password has been reset.",
|
||||
|
@ -1480,5 +1480,17 @@
|
|||
"XmlTvPathHelp": "A path to a XMLTV file. Jellyfin will read this file and periodically check it for updates. You are responsible for creating and updating the file.",
|
||||
"XmlTvSportsCategoriesHelp": "Programs with these categories will be displayed as sports programs. Separate multiple with '|'.",
|
||||
"Yes": "Yes",
|
||||
"Yesterday": "Yesterday"
|
||||
"Yesterday": "Yesterday",
|
||||
"PathNotFound": "The path could not be found. Please ensure the path is valid and try again.",
|
||||
"WriteAccessRequired": "Jellyfin Server requires write access to this folder. Please ensure write access and try again.",
|
||||
"ListPaging": "{0}-{1} of {2}",
|
||||
"PersonRole": "as {0}",
|
||||
"LastSeen": "Last seen {0}",
|
||||
"DailyAt": "Daily at {0}",
|
||||
"WeeklyAt": "{0}s at {1}",
|
||||
"OnWakeFromSleep": "On wake from sleep",
|
||||
"EveryXMinutes": "Every {0} minutes",
|
||||
"EveryHour": "Every hour",
|
||||
"EveryXHours": "Every {0} hours",
|
||||
"OnApplicationStartup": "On application startup"
|
||||
}
|
||||
|
|
|
@ -425,7 +425,7 @@
|
|||
"Images": "Imágenes",
|
||||
"ImportFavoriteChannelsHelp": "Si está activado, sólo los canales guardados como favoritos en el sintonizador se importarán.",
|
||||
"ImportMissingEpisodesHelp": "Si está activada, la información sobre los episodios que faltan se importará en su base de datos Jellyfin y se mostrará en temporadas y series. Esto puede causar exploraciones de bibliotecas significativamente más largas.",
|
||||
"InstallingPackage": "Instalando {0}",
|
||||
"InstallingPackage": "Instalando {0} (versión {1})",
|
||||
"InstantMix": "Mix instantáneo",
|
||||
"ItemCount": "Elementos {0}",
|
||||
"Items": "Elemento",
|
||||
|
@ -998,9 +998,9 @@
|
|||
"OptionWeekly": "Semanal",
|
||||
"OriginalAirDateValue": "Fecha de emisión original: {0}",
|
||||
"Overview": "Sinopsis",
|
||||
"PackageInstallCancelled": "{0} instalación cancelada.",
|
||||
"PackageInstallCompleted": "{0} instalación completada.",
|
||||
"PackageInstallFailed": "{0} instalación fallida.",
|
||||
"PackageInstallCancelled": "{0} (versión {1}) instalación cancelada.",
|
||||
"PackageInstallCompleted": "{0} (versión {1}) instalación completada.",
|
||||
"PackageInstallFailed": "{0} (versión {1}) instalación fallida.",
|
||||
"ParentalRating": "Calificación de los padres",
|
||||
"PasswordMatchError": "La contraseña y la confirmación de la contraseña deben de ser iguales.",
|
||||
"PasswordResetComplete": "La contraseña se ha restablecido.",
|
||||
|
@ -1477,5 +1477,17 @@
|
|||
"AllowFfmpegThrottling": "Acelerar transcodificación",
|
||||
"ClientSettings": "Ajustes de cliente",
|
||||
"PreferEmbeddedEpisodeInfosOverFileNames": "Priorizar la información embebida sobre los nombres de archivos",
|
||||
"PreferEmbeddedEpisodeInfosOverFileNamesHelp": "Usar la información de episodio de los metadatos embebidos si está disponible."
|
||||
"PreferEmbeddedEpisodeInfosOverFileNamesHelp": "Usar la información de episodio de los metadatos embebidos si está disponible.",
|
||||
"PathNotFound": "No se encontró la ruta especificada. Asegúrate de que existe e inténtalo de nuevo.",
|
||||
"WriteAccessRequired": "Jellyfin requiere de permisos de escritura en esta carpeta. Asegúrate de que existe este permiso e inténtalo de nuevo.",
|
||||
"ListPaging": "{0}-{1} de {2}",
|
||||
"PersonRole": "como {0}",
|
||||
"LastSeen": "Última vez {0}",
|
||||
"DailyAt": "Diariamente a las {0}",
|
||||
"WeeklyAt": "Los {0}s a las {1}",
|
||||
"OnWakeFromSleep": "Al reanudar el servidor",
|
||||
"EveryXMinutes": "Cada {0} minutos",
|
||||
"EveryHour": "Cada hora",
|
||||
"EveryXHours": "Cada {0} horas",
|
||||
"OnApplicationStartup": "Al iniciarse el servidor"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue