mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix notifications query
This commit is contained in:
parent
bdefc042ed
commit
18966acf72
9 changed files with 85 additions and 79 deletions
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelQuality": "Quality:",
|
||||
"LearnMore": "Learn more",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"LabelProfile": "Profile:",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncJobCreated": "Trabajo de sincronizaci\u00f3n creado.",
|
||||
"LabelSyncTo": "Sincronizar con:",
|
||||
"LabelSyncJobName": "Nombre del trabajo de sinc:",
|
||||
"LabelSyncNoTargetsHelp": "Parece que actualmente no cuentas con ninguna app que soporte sinc.",
|
||||
"LabelQuality": "Calidad:",
|
||||
"LearnMore": "Aprenda m\u00e1s",
|
||||
"DownloadScheduled": "Descarga programada",
|
||||
"LabelBitrateMbps": "Tasa de bits (Mbps):",
|
||||
"LabelProfile": "Perf\u00edl:",
|
||||
"SyncUnwatchedVideosOnly": "Sincronizar \u00fanicamente videos no vistos",
|
||||
"AutomaticallySyncNewContent": "Sincronizar autom\u00e1ticamente nuevos contenidos",
|
||||
"PleaseSelectDeviceToSyncTo": "Por favor seleccione un dispositivo con el que desea sincronizar.",
|
||||
"LabelItemLimit": "L\u00edmite de \u00cdtems:",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Solamente los videos a\u00fan no vistos ser\u00e1n sincronizados, se eliminar\u00e1n los videos del dispositivo conforme \u00e9stos sean vistos.",
|
||||
"LabelItemLimitHelp": "Opcional. Establece un l\u00edmite en el n\u00famero de \u00edtems que ser\u00e1n sincronizados.",
|
||||
"AutomaticallySyncNewContentHelp": "El nuevo contenido agregado a esta carpeta sera sincronizado autom\u00e1ticamente al dispositivo.",
|
||||
"ValueSpecialEpisodeName": "Especial - {0}",
|
||||
"Share": "Compartir",
|
||||
"Add": "Agregar",
|
||||
|
@ -40,7 +40,7 @@
|
|||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancelar",
|
||||
"ButtonGotIt": "Hecho",
|
||||
"ButtonRestart": "Restart",
|
||||
"ButtonRestart": "Reiniciar",
|
||||
"RecordingCancelled": "Grabaci\u00f3n cancelada.",
|
||||
"RecordingScheduled": "Grabaci\u00f3n programada.",
|
||||
"SeriesRecordingScheduled": "Grabaci\u00f3n de series programadas.",
|
||||
|
@ -264,11 +264,11 @@
|
|||
"PleaseEnterNameOrId": "Por favor introduzca un nombre o un Id. externo.",
|
||||
"MessageItemSaved": "\u00cdtem guardado.",
|
||||
"SearchResults": "Resultados de la b\u00fasqueda",
|
||||
"SyncToOtherDevice": "Sync to other device",
|
||||
"MakeAvailableOffline": "Make available offline",
|
||||
"ServerNameIsRestarting": "Emby Server - {0} is restarting.",
|
||||
"ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
|
||||
"HeaderDeleteItems": "Delete Items",
|
||||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}."
|
||||
"SyncToOtherDevice": "Sincronizar a otro dispositivo",
|
||||
"MakeAvailableOffline": "Hacer disponible desconectado",
|
||||
"ServerNameIsRestarting": "El Servidor Emby - {0} se esta reiniciando.",
|
||||
"ServerNameIsShuttingDown": "El Servidor Emby - {0} se esta apagando.",
|
||||
"HeaderDeleteItems": "Borrar items",
|
||||
"ConfirmDeleteItems": "Al borrar estos items ser\u00e1n eliminados tanto del sistema de archivos como de la librer\u00eda de medios. \u00bfEsta seguro que desea continuar?",
|
||||
"PleaseRestartServerName": "Por favor reinicie el Servidor Emby - {0}."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue