update translations

This commit is contained in:
Luke Pulverenti 2015-02-06 10:01:17 -05:00
parent b6d59c7688
commit 7320567b9e
65 changed files with 22462 additions and 22400 deletions

View File

@ -89,7 +89,7 @@ namespace MediaBrowser.Model.ApiClient
foreach (var server in servers) foreach (var server in servers)
{ {
if (StringHelper.Equals(id, server.Id)) if (StringHelper.EqualsIgnoreCase(id, server.Id))
{ {
return index; return index;
} }

View File

@ -108,7 +108,7 @@ namespace MediaBrowser.Model.ApiClient
foreach (var user in users) foreach (var user in users)
{ {
if (StringHelper.Equals(id, user.Id)) if (StringHelper.EqualsIgnoreCase(id, user.Id))
{ {
return index; return index;
} }

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "\u062a\u062e\u0632\u064a\u0646", "ButtonSave": "\u062a\u062e\u0632\u064a\u0646",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(\u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e)", "LabelFailed": "(\u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e)",
"ButtonHelp": "\u041f\u043e\u043c\u043e\u0449", "ButtonHelp": "\u041f\u043e\u043c\u043e\u0449",
"ButtonSave": "\u0417\u0430\u043f\u043e\u043c\u043d\u0438", "ButtonSave": "\u0417\u0430\u043f\u043e\u043c\u043d\u0438",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Save", "ButtonSave": "Save",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Ulo\u017eit", "ButtonSave": "Ulo\u017eit",
"ButtonDownload": "St\u00e1hnout",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "P\u0159\u00edklad: Kolekce Star Wars", "NewCollectionNameExample": "P\u0159\u00edklad: Kolekce Star Wars",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "St\u00e1hnout",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Gem", "ButtonSave": "Gem",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(fehlgeschlagen)", "LabelFailed": "(fehlgeschlagen)",
"ButtonHelp": "Hilfe", "ButtonHelp": "Hilfe",
"ButtonSave": "Speichern", "ButtonSave": "Speichern",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Warten", "SyncJobStatusQueued": "Warten",
"SyncJobStatusConverting": "Konvertiere", "SyncJobStatusConverting": "Konvertiere",
"SyncJobStatusFailed": "Fehlgeschlagen", "SyncJobStatusFailed": "Fehlgeschlagen",
"SyncJobStatusCancelled": "Abgebrochen", "SyncJobStatusCancelled": "Abgebrochen",
"SyncJobStatusCompleted": "Synchronisiert", "SyncJobStatusCompleted": "Synchronisiert",
"SyncJobStatusReadyToTransfer": "Fertig zum Transfer",
"SyncJobStatusTransferring": "\u00dcbertrage", "SyncJobStatusTransferring": "\u00dcbertrage",
"SyncJobStatusCompletedWithError": "Synchronisation mit Fehler", "SyncJobStatusCompletedWithError": "Synchronisation mit Fehler",
"SyncJobItemStatusReadyToTransfer": "Fertig zum Transfer",
"LabelCollection": "Sammlung", "LabelCollection": "Sammlung",
"HeaderAddToCollection": "Zur Sammlung hinzuf\u00fcgen", "HeaderAddToCollection": "Zur Sammlung hinzuf\u00fcgen",
"NewCollectionNameExample": "Beispiel: Star Wars Collection", "NewCollectionNameExample": "Beispiel: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "L\u00e4uft \u00fcber HTTP Port: {0}", "LabelRunningOnPort": "L\u00e4uft \u00fcber HTTP Port: {0}",
"LabelRunningOnPorts": "L\u00e4uft \u00fcber HTTP Port {0} und HTTPS Port {1}.", "LabelRunningOnPorts": "L\u00e4uft \u00fcber HTTP Port {0} und HTTPS Port {1}.",
"HeaderLatestFromChannel": "Neuestes von {0}", "HeaderLatestFromChannel": "Neuestes von {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unbekannte Sprache", "LabelUnknownLanaguage": "Unbekannte Sprache",
"HeaderCurrentSubtitles": "Aktuelle Untertitel", "HeaderCurrentSubtitles": "Aktuelle Untertitel",
"MessageDownloadQueued": "Der Download wurde in die Warteschlange verschoben.", "MessageDownloadQueued": "Der Download wurde in die Warteschlange verschoben.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c4\u03b5", "ButtonSave": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c4\u03b5",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Save", "ButtonSave": "Save",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Save", "ButtonSave": "Save",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Grabar", "ButtonSave": "Grabar",
"ButtonDownload": "Descargar",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "A\u00f1adir a la colecci\u00f3n", "HeaderAddToCollection": "A\u00f1adir a la colecci\u00f3n",
"NewCollectionNameExample": "Ejemplo: Star Wars Colecci\u00f3n", "NewCollectionNameExample": "Ejemplo: Star Wars Colecci\u00f3n",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Lo \u00faltimo de {0}", "HeaderLatestFromChannel": "Lo \u00faltimo de {0}",
"ButtonDownload": "Descargar",
"LabelUnknownLanaguage": "Idioma desconocido", "LabelUnknownLanaguage": "Idioma desconocido",
"HeaderCurrentSubtitles": "Subt\u00edtulos actuales", "HeaderCurrentSubtitles": "Subt\u00edtulos actuales",
"MessageDownloadQueued": "La descarga se ha a\u00f1adido a la cola", "MessageDownloadQueued": "La descarga se ha a\u00f1adido a la cola",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(Fallido)", "LabelFailed": "(Fallido)",
"ButtonHelp": "Ayuda", "ButtonHelp": "Ayuda",
"ButtonSave": "Guardar", "ButtonSave": "Guardar",
"ButtonDownload": "Descargar",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Colecci\u00f3n", "LabelCollection": "Colecci\u00f3n",
"HeaderAddToCollection": "Agregar a Colecci\u00f3n.", "HeaderAddToCollection": "Agregar a Colecci\u00f3n.",
"NewCollectionNameExample": "Ejemplo: Colecci\u00f3n Guerra de las Galaxias", "NewCollectionNameExample": "Ejemplo: Colecci\u00f3n Guerra de las Galaxias",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Ejecut\u00e1ndose en el puerto http {0}.", "LabelRunningOnPort": "Ejecut\u00e1ndose en el puerto http {0}.",
"LabelRunningOnPorts": "Ejecut\u00e1ndose en el puerto http {0} y el puerto https {1}.", "LabelRunningOnPorts": "Ejecut\u00e1ndose en el puerto http {0} y el puerto https {1}.",
"HeaderLatestFromChannel": "M\u00e1s recientes desde {0}", "HeaderLatestFromChannel": "M\u00e1s recientes desde {0}",
"ButtonDownload": "Descargar",
"LabelUnknownLanaguage": "Idioma desconocido", "LabelUnknownLanaguage": "Idioma desconocido",
"HeaderCurrentSubtitles": "Subtitulos Actuales", "HeaderCurrentSubtitles": "Subtitulos Actuales",
"MessageDownloadQueued": "La descarga se ha agregado a la cola.", "MessageDownloadQueued": "La descarga se ha agregado a la cola.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Tallenna", "ButtonSave": "Tallenna",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(\u00e9chou\u00e9)", "LabelFailed": "(\u00e9chou\u00e9)",
"ButtonHelp": "Aide", "ButtonHelp": "Aide",
"ButtonSave": "Sauvegarder", "ButtonSave": "Sauvegarder",
"ButtonDownload": "T\u00e9l\u00e9chargement",
"SyncJobStatusQueued": "Mis en file d'attente", "SyncJobStatusQueued": "Mis en file d'attente",
"SyncJobStatusConverting": "Conversion en cours", "SyncJobStatusConverting": "Conversion en cours",
"SyncJobStatusFailed": "Echec", "SyncJobStatusFailed": "Echec",
"SyncJobStatusCancelled": "Annul\u00e9", "SyncJobStatusCancelled": "Annul\u00e9",
"SyncJobStatusCompleted": "Synchronis\u00e9", "SyncJobStatusCompleted": "Synchronis\u00e9",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transfert en cours", "SyncJobStatusTransferring": "Transfert en cours",
"SyncJobStatusCompletedWithError": "Synchronis\u00e9, mais des erreurs sont apparues", "SyncJobStatusCompletedWithError": "Synchronis\u00e9, mais des erreurs sont apparues",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Ajouter \u00e0 la collection", "HeaderAddToCollection": "Ajouter \u00e0 la collection",
"NewCollectionNameExample": "Exemple: Collection Star Wars", "NewCollectionNameExample": "Exemple: Collection Star Wars",
@ -94,7 +97,7 @@
"HeaderSelectSubtitles": "S\u00e9lectionner sous-titres", "HeaderSelectSubtitles": "S\u00e9lectionner sous-titres",
"ButtonMarkForRemoval": "Supprimer de l'appareil", "ButtonMarkForRemoval": "Supprimer de l'appareil",
"ButtonUnmarkForRemoval": "Annuler la suppression de l'appareil", "ButtonUnmarkForRemoval": "Annuler la suppression de l'appareil",
"LabelSyncQualityHelp": "S\u00e9lectionnez Haute qualit\u00e9 pour obtenir la qualit\u00e9 optimale support\u00e9e par l'appareil. Qualit\u00e9 moyenne et basse qualit\u00e9 r\u00e9duiront le d\u00e9bit autoris\u00e9.", "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
"LabelDefaultStream": "(Par d\u00e9faut)", "LabelDefaultStream": "(Par d\u00e9faut)",
"LabelForcedStream": "(Forc\u00e9)", "LabelForcedStream": "(Forc\u00e9)",
"LabelDefaultForcedStream": "(Par d\u00e9faut\/Forc\u00e9)", "LabelDefaultForcedStream": "(Par d\u00e9faut\/Forc\u00e9)",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "En cours d'ex\u00e9cution sur le port http {0}.", "LabelRunningOnPort": "En cours d'ex\u00e9cution sur le port http {0}.",
"LabelRunningOnPorts": "En cours d'ex\u00e9cution sur le port http {0} et https {1}.", "LabelRunningOnPorts": "En cours d'ex\u00e9cution sur le port http {0} et https {1}.",
"HeaderLatestFromChannel": "Les plus r\u00e9cents de {0}", "HeaderLatestFromChannel": "Les plus r\u00e9cents de {0}",
"ButtonDownload": "T\u00e9l\u00e9chargement",
"LabelUnknownLanaguage": "Langue inconnue", "LabelUnknownLanaguage": "Langue inconnue",
"HeaderCurrentSubtitles": "Sous-titres actuels", "HeaderCurrentSubtitles": "Sous-titres actuels",
"MessageDownloadQueued": "Le t\u00e9l\u00e9chargement a \u00e9t\u00e9 mis en file d'attente.", "MessageDownloadQueued": "Le t\u00e9l\u00e9chargement a \u00e9t\u00e9 mis en file d'attente.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "\u05e9\u05de\u05d5\u05e8", "ButtonSave": "\u05e9\u05de\u05d5\u05e8",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d0 :\u05d0\u05d5\u05e1\u05e3 \u05de\u05dc\u05d7\u05de\u05ea \u05d4\u05db\u05d5\u05db\u05d1\u05d9\u05dd", "NewCollectionNameExample": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d0 :\u05d0\u05d5\u05e1\u05e3 \u05de\u05dc\u05d7\u05de\u05ea \u05d4\u05db\u05d5\u05db\u05d1\u05d9\u05dd",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Snimi", "ButtonSave": "Snimi",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Naprimjer: Star Wars Kolekcija", "NewCollectionNameExample": "Naprimjer: Star Wars Kolekcija",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(fallito)", "LabelFailed": "(fallito)",
"ButtonHelp": "Aiuto", "ButtonHelp": "Aiuto",
"ButtonSave": "Salva", "ButtonSave": "Salva",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "In Coda", "SyncJobStatusQueued": "In Coda",
"SyncJobStatusConverting": "Conversione", "SyncJobStatusConverting": "Conversione",
"SyncJobStatusFailed": "Fallito", "SyncJobStatusFailed": "Fallito",
"SyncJobStatusCancelled": "Cancellato", "SyncJobStatusCancelled": "Cancellato",
"SyncJobStatusCompleted": "Sinc.to", "SyncJobStatusCompleted": "Sinc.to",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Trasferimento", "SyncJobStatusTransferring": "Trasferimento",
"SyncJobStatusCompletedWithError": "Sincronizzato con errori", "SyncJobStatusCompletedWithError": "Sincronizzato con errori",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collezione", "LabelCollection": "Collezione",
"HeaderAddToCollection": "Aggiungi alla Collezione", "HeaderAddToCollection": "Aggiungi alla Collezione",
"NewCollectionNameExample": "Esempio: Collezione Star wars", "NewCollectionNameExample": "Esempio: Collezione Star wars",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "In esecuzione sulla porta HTTP {0}.", "LabelRunningOnPort": "In esecuzione sulla porta HTTP {0}.",
"LabelRunningOnPorts": "In esecuzione sulla porta HTTP {0}, e porta HTTPS {1}", "LabelRunningOnPorts": "In esecuzione sulla porta HTTP {0}, e porta HTTPS {1}",
"HeaderLatestFromChannel": "Ultime da {0}", "HeaderLatestFromChannel": "Ultime da {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "lingua sconosciuta", "LabelUnknownLanaguage": "lingua sconosciuta",
"HeaderCurrentSubtitles": "Sottotitoli correnti", "HeaderCurrentSubtitles": "Sottotitoli correnti",
"MessageDownloadQueued": "Il download \u00e8 stato accodato.", "MessageDownloadQueued": "Il download \u00e8 stato accodato.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(\u0441\u04d9\u0442\u0441\u0456\u0437)", "LabelFailed": "(\u0441\u04d9\u0442\u0441\u0456\u0437)",
"ButtonHelp": "\u0410\u043d\u044b\u049b\u0442\u0430\u043c\u0430\u0493\u0430", "ButtonHelp": "\u0410\u043d\u044b\u049b\u0442\u0430\u043c\u0430\u0493\u0430",
"ButtonSave": "\u0421\u0430\u049b\u0442\u0430\u0443", "ButtonSave": "\u0421\u0430\u049b\u0442\u0430\u0443",
"ButtonDownload": "\u0416\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
"SyncJobStatusQueued": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435", "SyncJobStatusQueued": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435",
"SyncJobStatusConverting": "\u0422\u04af\u0440\u043b\u0435\u043d\u0434\u0456\u0440\u0443\u0434\u0435", "SyncJobStatusConverting": "\u0422\u04af\u0440\u043b\u0435\u043d\u0434\u0456\u0440\u0443\u0434\u0435",
"SyncJobStatusFailed": "\u0421\u04d9\u0442\u0441\u0456\u0437", "SyncJobStatusFailed": "\u0421\u04d9\u0442\u0441\u0456\u0437",
"SyncJobStatusCancelled": "\u0411\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0493\u0430\u043d", "SyncJobStatusCancelled": "\u0411\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0493\u0430\u043d",
"SyncJobStatusCompleted": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d", "SyncJobStatusCompleted": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d",
"SyncJobStatusReadyToTransfer": "\u0410\u0443\u044b\u0441\u0442\u044b\u0440\u044b\u043b\u0443\u0493\u0430 \u0434\u0430\u0439\u044b\u043d",
"SyncJobStatusTransferring": "\u0410\u0443\u044b\u0441\u0442\u044b\u0440\u044b\u043b\u0443\u0434\u0430", "SyncJobStatusTransferring": "\u0410\u0443\u044b\u0441\u0442\u044b\u0440\u044b\u043b\u0443\u0434\u0430",
"SyncJobStatusCompletedWithError": "\u049a\u0430\u0442\u0435\u043b\u0435\u0440\u043c\u0435\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d", "SyncJobStatusCompletedWithError": "\u049a\u0430\u0442\u0435\u043b\u0435\u0440\u043c\u0435\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d",
"SyncJobItemStatusReadyToTransfer": "\u0410\u0443\u044b\u0441\u0442\u044b\u0440\u044b\u043b\u0443\u0493\u0430 \u0434\u0430\u0439\u044b\u043d",
"LabelCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b", "LabelCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b",
"HeaderAddToCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u049b\u0430 \u04af\u0441\u0442\u0435\u0443", "HeaderAddToCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u049b\u0430 \u04af\u0441\u0442\u0435\u0443",
"NewCollectionNameExample": "\u041c\u044b\u0441\u0430\u043b: \u0416\u04b1\u043b\u0434\u044b\u0437 \u0441\u043e\u0493\u044b\u0441\u0442\u0430\u0440\u044b (\u0436\u0438\u044b\u043d\u0442\u044b\u049b)", "NewCollectionNameExample": "\u041c\u044b\u0441\u0430\u043b: \u0416\u04b1\u043b\u0434\u044b\u0437 \u0441\u043e\u0493\u044b\u0441\u0442\u0430\u0440\u044b (\u0436\u0438\u044b\u043d\u0442\u044b\u049b)",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "{0} http-\u043f\u043e\u0440\u0442\u044b\u043d\u0434\u0430 \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u0439\u0434\u0456.", "LabelRunningOnPort": "{0} http-\u043f\u043e\u0440\u0442\u044b\u043d\u0434\u0430 \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u0439\u0434\u0456.",
"LabelRunningOnPorts": "{0} http-\u043f\u043e\u0440\u0442\u044b\u043d\u0434\u0430 \u0436\u04d9\u043d\u0435 {1} https-\u043f\u043e\u0440\u0442\u044b\u043d\u0434\u0430 \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u0439\u0434\u0456.", "LabelRunningOnPorts": "{0} http-\u043f\u043e\u0440\u0442\u044b\u043d\u0434\u0430 \u0436\u04d9\u043d\u0435 {1} https-\u043f\u043e\u0440\u0442\u044b\u043d\u0434\u0430 \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u0439\u0434\u0456.",
"HeaderLatestFromChannel": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 {0}", "HeaderLatestFromChannel": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 {0}",
"ButtonDownload": "\u0416\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
"LabelUnknownLanaguage": "\u0411\u0435\u043b\u0433\u0456\u0441\u0456\u0437 \u0442\u0456\u043b", "LabelUnknownLanaguage": "\u0411\u0435\u043b\u0433\u0456\u0441\u0456\u0437 \u0442\u0456\u043b",
"HeaderCurrentSubtitles": "\u0410\u0493\u044b\u043c\u0434\u044b\u049b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440", "HeaderCurrentSubtitles": "\u0410\u0493\u044b\u043c\u0434\u044b\u049b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
"MessageDownloadQueued": "\u0416\u04af\u043a\u0442\u0435\u0443 \u043a\u0435\u0437\u0435\u043a\u043a\u0435 \u043a\u0456\u0440\u0433\u0456\u0437\u0456\u043b\u0434\u0456.", "MessageDownloadQueued": "\u0416\u04af\u043a\u0442\u0435\u0443 \u043a\u0435\u0437\u0435\u043a\u043a\u0435 \u043a\u0456\u0440\u0433\u0456\u0437\u0456\u043b\u0434\u0456.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Save", "ButtonSave": "Save",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(Feilet)", "LabelFailed": "(Feilet)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "lagre", "ButtonSave": "lagre",
"ButtonDownload": "Nedlasting",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Legg Til I Samling", "HeaderAddToCollection": "Legg Til I Samling",
"NewCollectionNameExample": "Eksempel: Star Wars Samling", "NewCollectionNameExample": "Eksempel: Star Wars Samling",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Siste fra {0}", "HeaderLatestFromChannel": "Siste fra {0}",
"ButtonDownload": "Nedlasting",
"LabelUnknownLanaguage": "Ukjent Spr\u00e5k", "LabelUnknownLanaguage": "Ukjent Spr\u00e5k",
"HeaderCurrentSubtitles": "N\u00e5v\u00e6rende undertekster", "HeaderCurrentSubtitles": "N\u00e5v\u00e6rende undertekster",
"MessageDownloadQueued": "Nedlastingen har blitt satt i k\u00f8.", "MessageDownloadQueued": "Nedlastingen har blitt satt i k\u00f8.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(mislukt)", "LabelFailed": "(mislukt)",
"ButtonHelp": "Hulp", "ButtonHelp": "Hulp",
"ButtonSave": "Opslaan", "ButtonSave": "Opslaan",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Verzameling", "LabelCollection": "Verzameling",
"HeaderAddToCollection": "Toevoegen aan verzameling", "HeaderAddToCollection": "Toevoegen aan verzameling",
"NewCollectionNameExample": "Voorbeeld: Star Wars Collectie", "NewCollectionNameExample": "Voorbeeld: Star Wars Collectie",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Draait op http poort {0}.", "LabelRunningOnPort": "Draait op http poort {0}.",
"LabelRunningOnPorts": "Draait op http poort {0} en https poort {1}.", "LabelRunningOnPorts": "Draait op http poort {0} en https poort {1}.",
"HeaderLatestFromChannel": "Laatste van {0}", "HeaderLatestFromChannel": "Laatste van {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Onbekende taal", "LabelUnknownLanaguage": "Onbekende taal",
"HeaderCurrentSubtitles": "Huidige Ondertitels", "HeaderCurrentSubtitles": "Huidige Ondertitels",
"MessageDownloadQueued": "De download is in de wachtrij geplaatst.", "MessageDownloadQueued": "De download is in de wachtrij geplaatst.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Zapisz", "ButtonSave": "Zapisz",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(falhou)", "LabelFailed": "(falhou)",
"ButtonHelp": "Ajuda", "ButtonHelp": "Ajuda",
"ButtonSave": "Salvar", "ButtonSave": "Salvar",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Enfileirado", "SyncJobStatusQueued": "Enfileirado",
"SyncJobStatusConverting": "Convertendo", "SyncJobStatusConverting": "Convertendo",
"SyncJobStatusFailed": "Falhou", "SyncJobStatusFailed": "Falhou",
"SyncJobStatusCancelled": "Cancelado", "SyncJobStatusCancelled": "Cancelado",
"SyncJobStatusCompleted": "Sincronizado", "SyncJobStatusCompleted": "Sincronizado",
"SyncJobStatusReadyToTransfer": "Pronto para Transferir",
"SyncJobStatusTransferring": "Transferindo", "SyncJobStatusTransferring": "Transferindo",
"SyncJobStatusCompletedWithError": "Sincronizado com erros", "SyncJobStatusCompletedWithError": "Sincronizado com erros",
"SyncJobItemStatusReadyToTransfer": "Pronto para Transferir",
"LabelCollection": "Cole\u00e7\u00e3o", "LabelCollection": "Cole\u00e7\u00e3o",
"HeaderAddToCollection": "Adicionar \u00e0 Cole\u00e7\u00e3o", "HeaderAddToCollection": "Adicionar \u00e0 Cole\u00e7\u00e3o",
"NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Star Wars", "NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Star Wars",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Executando na porta http {0}.", "LabelRunningOnPort": "Executando na porta http {0}.",
"LabelRunningOnPorts": "Executando na porta http {0} e porta https {1}.", "LabelRunningOnPorts": "Executando na porta http {0} e porta https {1}.",
"HeaderLatestFromChannel": "Mais recentes de {0}", "HeaderLatestFromChannel": "Mais recentes de {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Idioma desconhecido", "LabelUnknownLanaguage": "Idioma desconhecido",
"HeaderCurrentSubtitles": "Legendas Atuais", "HeaderCurrentSubtitles": "Legendas Atuais",
"MessageDownloadQueued": "O download foi enfileirado.", "MessageDownloadQueued": "O download foi enfileirado.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(falhou)", "LabelFailed": "(falhou)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Guardar", "ButtonSave": "Guardar",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Guerra das Estrelas", "NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Guerra das Estrelas",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(\u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e)", "LabelFailed": "(\u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e)",
"ButtonHelp": "\u041a \u0441\u043f\u0440\u0430\u0432\u043a\u0435", "ButtonHelp": "\u041a \u0441\u043f\u0440\u0430\u0432\u043a\u0435",
"ButtonSave": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c", "ButtonSave": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c",
"ButtonDownload": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c",
"SyncJobStatusQueued": "\u0412 \u043e\u0447\u0435\u0440\u0435\u0434\u0438", "SyncJobStatusQueued": "\u0412 \u043e\u0447\u0435\u0440\u0435\u0434\u0438",
"SyncJobStatusConverting": "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u0443\u0435\u0442\u0441\u044f", "SyncJobStatusConverting": "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u0443\u0435\u0442\u0441\u044f",
"SyncJobStatusFailed": "\u041d\u0435\u0443\u0434\u0430\u0447\u043d\u043e", "SyncJobStatusFailed": "\u041d\u0435\u0443\u0434\u0430\u0447\u043d\u043e",
"SyncJobStatusCancelled": "\u041e\u0442\u043c\u0435\u043d\u0435\u043d\u043e", "SyncJobStatusCancelled": "\u041e\u0442\u043c\u0435\u043d\u0435\u043d\u043e",
"SyncJobStatusCompleted": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043e", "SyncJobStatusCompleted": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043e",
"SyncJobStatusReadyToTransfer": "\u0413\u043e\u0442\u043e\u0432\u043e \u043a \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0443",
"SyncJobStatusTransferring": "\u041f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u0441\u044f", "SyncJobStatusTransferring": "\u041f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u0441\u044f",
"SyncJobStatusCompletedWithError": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0441 \u043e\u0448\u0438\u0431\u043a\u0430\u043c\u0438", "SyncJobStatusCompletedWithError": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0441 \u043e\u0448\u0438\u0431\u043a\u0430\u043c\u0438",
"SyncJobItemStatusReadyToTransfer": "\u0413\u043e\u0442\u043e\u0432 \u043a \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0443",
"LabelCollection": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f", "LabelCollection": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f",
"HeaderAddToCollection": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043a\u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438", "HeaderAddToCollection": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043a\u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438",
"NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u0417\u0432\u0451\u0437\u0434\u043d\u044b\u0435 \u0432\u043e\u0439\u043d\u044b (\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f)", "NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u0417\u0432\u0451\u0437\u0434\u043d\u044b\u0435 \u0432\u043e\u0439\u043d\u044b (\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f)",
@ -94,7 +97,7 @@
"HeaderSelectSubtitles": "\u0412\u044b\u0431\u043e\u0440 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432", "HeaderSelectSubtitles": "\u0412\u044b\u0431\u043e\u0440 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432",
"ButtonMarkForRemoval": "\u0418\u0437\u044a\u044f\u0442\u044c \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430", "ButtonMarkForRemoval": "\u0418\u0437\u044a\u044f\u0442\u044c \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
"ButtonUnmarkForRemoval": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u044a\u044f\u0442\u0438\u0435 \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430", "ButtonUnmarkForRemoval": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u044a\u044f\u0442\u0438\u0435 \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
"LabelSyncQualityHelp": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c. \u0421\u0440\u0435\u0434\u043d\u0435\u0435 \u0438 \u043d\u0438\u0437\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043d\u0438\u0436\u0430\u044e\u0442 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0443\u044e \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c.", "LabelSyncQualityHelp": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043c\u0430\u043a\u0441. \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u043e\u0442 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430. \u0421\u0440\u0435\u0434\u043d\u0435\u0435 \u0438 \u043d\u0438\u0437\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043d\u0438\u0436\u0430\u044e\u0442 \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c.",
"LabelDefaultStream": "(\u0423\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u0435)", "LabelDefaultStream": "(\u0423\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u0435)",
"LabelForcedStream": "(\u0424\u043e\u0440\u0441-\u044b\u0435)", "LabelForcedStream": "(\u0424\u043e\u0440\u0441-\u044b\u0435)",
"LabelDefaultForcedStream": "(\u0423\u043c\u043e\u043b\u0447.\/\u0424\u043e\u0440\u0441-\u044b\u0435)", "LabelDefaultForcedStream": "(\u0423\u043c\u043e\u043b\u0447.\/\u0424\u043e\u0440\u0441-\u044b\u0435)",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "\u0420\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430 HTTP-\u043f\u043e\u0440\u0442\u0443 {0}.", "LabelRunningOnPort": "\u0420\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430 HTTP-\u043f\u043e\u0440\u0442\u0443 {0}.",
"LabelRunningOnPorts": "\u0420\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430 HTTP-\u043f\u043e\u0440\u0442\u0443 {0} \u0438 HTTPS-\u043f\u043e\u0440\u0442\u0443 {1}.", "LabelRunningOnPorts": "\u0420\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430 HTTP-\u043f\u043e\u0440\u0442\u0443 {0} \u0438 HTTPS-\u043f\u043e\u0440\u0442\u0443 {1}.",
"HeaderLatestFromChannel": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437 {0}", "HeaderLatestFromChannel": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437 {0}",
"ButtonDownload": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c",
"LabelUnknownLanaguage": "\u041d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 \u044f\u0437\u044b\u043a", "LabelUnknownLanaguage": "\u041d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 \u044f\u0437\u044b\u043a",
"HeaderCurrentSubtitles": "\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", "HeaderCurrentSubtitles": "\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b",
"MessageDownloadQueued": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0431\u044b\u043b\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 \u043e\u0447\u0435\u0440\u0435\u0434\u044c.", "MessageDownloadQueued": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0431\u044b\u043b\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 \u043e\u0447\u0435\u0440\u0435\u0434\u044c.",
@ -687,7 +689,7 @@
"ButtonLinkMyMediaBrowserAccount": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043c\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", "ButtonLinkMyMediaBrowserAccount": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043c\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c",
"MessageConnectAccountRequiredToInviteGuest": "\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0430\u0442\u044c \u0433\u043e\u0441\u0442\u0435\u0439, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e, \u0432 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c, \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c Media Browser \u0441 \u0434\u0430\u043d\u043d\u044b\u043c \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c.", "MessageConnectAccountRequiredToInviteGuest": "\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0430\u0442\u044c \u0433\u043e\u0441\u0442\u0435\u0439, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e, \u0432 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c, \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c Media Browser \u0441 \u0434\u0430\u043d\u043d\u044b\u043c \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c.",
"ButtonSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "ButtonSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
"SyncMedia": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445", "SyncMedia": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
"HeaderCancelSyncJob": "\u041e\u0442\u043c\u0435\u043d\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438", "HeaderCancelSyncJob": "\u041e\u0442\u043c\u0435\u043d\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
"CancelSyncJobConfirmation": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u043e\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438?", "CancelSyncJobConfirmation": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u043e\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438?",
"TabSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f", "TabSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
@ -701,11 +703,11 @@
"OptionLow": "\u041d\u0438\u0437\u043a\u043e\u0435", "OptionLow": "\u041d\u0438\u0437\u043a\u043e\u0435",
"HeaderSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b", "HeaderSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b",
"OptionAutomaticallySyncNewContent": "\u0410\u0432\u0442\u043e-\u043a\u0438 \u0441\u0438\u043d\u0445\u0440-\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435", "OptionAutomaticallySyncNewContent": "\u0410\u0432\u0442\u043e-\u043a\u0438 \u0441\u0438\u043d\u0445\u0440-\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435",
"OptionAutomaticallySyncNewContentHelp": "\u041d\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435, \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u0432 \u044d\u0442\u0443 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e, \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0441 \u0434\u0430\u043d\u043d\u044b\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c.", "OptionAutomaticallySyncNewContentHelp": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435, \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u0432 \u044d\u0442\u0443 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e, \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c.",
"OptionSyncUnwatchedVideosOnly": "\u0421\u0438\u043d\u0445\u0440-\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043f\u0440\u043e\u0441\u043c-\u044b\u0435 \u0432\u0438\u0434\u0435\u043e", "OptionSyncUnwatchedVideosOnly": "\u0421\u0438\u043d\u0445\u0440-\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043f\u0440\u043e\u0441\u043c-\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
"OptionSyncUnwatchedVideosOnlyHelp": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e, \u0430 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435 \u0438\u0437\u044b\u043c\u0430\u044e\u0442\u0441\u044f \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430.", "OptionSyncUnwatchedVideosOnlyHelp": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e, \u0430 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435 \u0438\u0437\u044b\u043c\u0430\u044e\u0442\u0441\u044f \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430.",
"LabelItemLimit": "\u041f\u0440\u0435\u0434\u0435\u043b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432:", "LabelItemLimit": "\u041f\u0440\u0435\u0434\u0435\u043b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432:",
"LabelItemLimitHelp": "\u041d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e. \u0417\u0430\u0434\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0435\u043b \u0447\u0438\u0441\u043b\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.", "LabelItemLimitHelp": "\u041d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e. \u041f\u0440\u0435\u0434\u0435\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
"MessageBookPluginRequired": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u0430 Bookshelf", "MessageBookPluginRequired": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u0430 Bookshelf",
"MessageGamePluginRequired": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u0430 GameBrowser", "MessageGamePluginRequired": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u0430 GameBrowser",
"MessageUnsetContentHelp": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043a\u0430\u043a \u043e\u0431\u044b\u0447\u043d\u044b\u0435 \u043f\u0430\u043f\u043a\u0438. \u0414\u043b\u044f \u043d\u0430\u0438\u043b\u0443\u0447\u0448\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0430\u0442\u044c \u0442\u0438\u043f \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u043f\u043e\u0434\u043f\u0430\u043f\u043e\u043a.", "MessageUnsetContentHelp": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043a\u0430\u043a \u043e\u0431\u044b\u0447\u043d\u044b\u0435 \u043f\u0430\u043f\u043a\u0438. \u0414\u043b\u044f \u043d\u0430\u0438\u043b\u0443\u0447\u0448\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0430\u0442\u044c \u0442\u0438\u043f \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u043f\u043e\u0434\u043f\u0430\u043f\u043e\u043a.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(neuspe\u0161no)", "LabelFailed": "(neuspe\u0161no)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Save", "ButtonSave": "Save",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(misslyckades)", "LabelFailed": "(misslyckades)",
"ButtonHelp": "Hj\u00e4lp", "ButtonHelp": "Hj\u00e4lp",
"ButtonSave": "Spara", "ButtonSave": "Spara",
"ButtonDownload": "Ladda ned",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "L\u00e4gg till samling", "HeaderAddToCollection": "L\u00e4gg till samling",
"NewCollectionNameExample": "Exemple: Star Wars-samling", "NewCollectionNameExample": "Exemple: Star Wars-samling",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Senaste fr\u00e5n {0}", "HeaderLatestFromChannel": "Senaste fr\u00e5n {0}",
"ButtonDownload": "Ladda ned",
"LabelUnknownLanaguage": "Ok\u00e4nt spr\u00e5k", "LabelUnknownLanaguage": "Ok\u00e4nt spr\u00e5k",
"HeaderCurrentSubtitles": "Aktuella undertexter", "HeaderCurrentSubtitles": "Aktuella undertexter",
"MessageDownloadQueued": "Nedladdningen har lagts i k\u00f6n.", "MessageDownloadQueued": "Nedladdningen har lagts i k\u00f6n.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "Kay\u0131t", "ButtonSave": "Kay\u0131t",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "\u0417\u0431\u0435\u0440\u0456\u0433\u0442\u0438", "ButtonSave": "\u0417\u0431\u0435\u0440\u0456\u0433\u0442\u0438",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457", "HeaderAddToCollection": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "L\u01b0u", "ButtonSave": "L\u01b0u",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(\u5931\u8d25)", "LabelFailed": "(\u5931\u8d25)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "\u50a8\u5b58", "ButtonSave": "\u50a8\u5b58",
"ButtonDownload": "\u4e0b\u8f7d",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "\u5408\u96c6", "LabelCollection": "\u5408\u96c6",
"HeaderAddToCollection": "\u52a0\u5165\u5408\u96c6", "HeaderAddToCollection": "\u52a0\u5165\u5408\u96c6",
"NewCollectionNameExample": "\u4f8b\u5982\uff1a\u661f\u7403\u5927\u6218\u5408\u96c6", "NewCollectionNameExample": "\u4f8b\u5982\uff1a\u661f\u7403\u5927\u6218\u5408\u96c6",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "\u6b63\u8fd0\u884c\u4e8eHTTP\u7aef\u53e3 {0}.", "LabelRunningOnPort": "\u6b63\u8fd0\u884c\u4e8eHTTP\u7aef\u53e3 {0}.",
"LabelRunningOnPorts": "\u6b63\u8fd0\u884c\u4e8eHTTP\u7aef\u53e3 {0}\uff0c\u548c https\u7aef\u53e3{1}.", "LabelRunningOnPorts": "\u6b63\u8fd0\u884c\u4e8eHTTP\u7aef\u53e3 {0}\uff0c\u548c https\u7aef\u53e3{1}.",
"HeaderLatestFromChannel": "\u6700\u65b0\u7684 {0}", "HeaderLatestFromChannel": "\u6700\u65b0\u7684 {0}",
"ButtonDownload": "\u4e0b\u8f7d",
"LabelUnknownLanaguage": "\u672a\u77e5\u8bed\u8a00", "LabelUnknownLanaguage": "\u672a\u77e5\u8bed\u8a00",
"HeaderCurrentSubtitles": "\u5f53\u524d\u5b57\u5e55", "HeaderCurrentSubtitles": "\u5f53\u524d\u5b57\u5e55",
"MessageDownloadQueued": "\u4e0b\u8f7d\u5df2\u52a0\u5165\u961f\u5217\u3002", "MessageDownloadQueued": "\u4e0b\u8f7d\u5df2\u52a0\u5165\u961f\u5217\u3002",

View File

@ -48,13 +48,16 @@
"LabelFailed": "(failed)", "LabelFailed": "(failed)",
"ButtonHelp": "Help", "ButtonHelp": "Help",
"ButtonSave": "\u4fdd\u5b58", "ButtonSave": "\u4fdd\u5b58",
"ButtonDownload": "Download",
"SyncJobStatusQueued": "Queued", "SyncJobStatusQueued": "Queued",
"SyncJobStatusConverting": "Converting", "SyncJobStatusConverting": "Converting",
"SyncJobStatusFailed": "Failed", "SyncJobStatusFailed": "Failed",
"SyncJobStatusCancelled": "Cancelled", "SyncJobStatusCancelled": "Cancelled",
"SyncJobStatusCompleted": "Synced", "SyncJobStatusCompleted": "Synced",
"SyncJobStatusReadyToTransfer": "Ready to Transfer",
"SyncJobStatusTransferring": "Transferring", "SyncJobStatusTransferring": "Transferring",
"SyncJobStatusCompletedWithError": "Synced with errors", "SyncJobStatusCompletedWithError": "Synced with errors",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"LabelCollection": "Collection", "LabelCollection": "Collection",
"HeaderAddToCollection": "Add to Collection", "HeaderAddToCollection": "Add to Collection",
"NewCollectionNameExample": "\u4f8b\u5b50\uff1a\u661f\u7403\u5927\u6230\u5408\u96c6", "NewCollectionNameExample": "\u4f8b\u5b50\uff1a\u661f\u7403\u5927\u6230\u5408\u96c6",
@ -230,7 +233,6 @@
"LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language", "LabelUnknownLanaguage": "Unknown language",
"HeaderCurrentSubtitles": "Current Subtitles", "HeaderCurrentSubtitles": "Current Subtitles",
"MessageDownloadQueued": "The download has been queued.", "MessageDownloadQueued": "The download has been queued.",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff