aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/Core
diff options
context:
space:
mode:
authorferferga <ferferga.fer@gmail.com>2020-03-26 22:36:11 +0100
committerferferga <ferferga.fer@gmail.com>2020-03-26 22:36:11 +0100
commit07f4893ba65481907dfc88e556a5f5077c8a2087 (patch)
treed0b55011fc7890a2c2328c5df079b3af986c7fda /Emby.Server.Implementations/Localization/Core
parent28f07df65730afc0910b3066ba36dcd5138308bd (diff)
Translated RefreshChannelScheduledTask as well
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core')
-rw-r--r--Emby.Server.Implementations/Localization/Core/en-US.json5
-rw-r--r--Emby.Server.Implementations/Localization/Core/es.json5
2 files changed, 8 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json
index f10bc1caf..48358332d 100644
--- a/Emby.Server.Implementations/Localization/Core/en-US.json
+++ b/Emby.Server.Implementations/Localization/Core/en-US.json
@@ -95,6 +95,7 @@
"TasksCategoryMaintenance": "Maintenance",
"TasksCategoryLibrary": "Library",
"TasksCategoryApplication": "Application",
+ "TasksCategoryChannels": "Canales de internet",
"TaskCleanCache": "Clean Cache Directory",
"TaskCleanCacheDescription": "Deletes cache files no longer needed by the system.",
"TaskRefreshChapterImages": "Extract Chapter Images",
@@ -108,5 +109,7 @@
"TaskUpdatePlugins": "Update Plugins",
"TaskUpdatePluginsDescription": "Downloads and installs updates for plugins that are configured to update automatically.",
"TaskCleanTranscode": "Clean Transcode Directory",
- "TaskCleanTranscodeDescription": "Deletes transcode files more than one day old."
+ "TaskCleanTranscodeDescription": "Deletes transcode files more than one day old.",
+ "TaskRefreshChannels": "Refresh Channels",
+ "TaskRefreshChannelsDescription": "Refreshes internet channel information."
}
diff --git a/Emby.Server.Implementations/Localization/Core/es.json b/Emby.Server.Implementations/Localization/Core/es.json
index e92ce460e..8084b6ea6 100644
--- a/Emby.Server.Implementations/Localization/Core/es.json
+++ b/Emby.Server.Implementations/Localization/Core/es.json
@@ -96,6 +96,7 @@
"TasksCategoryMaintenance": "Mantenimiento",
"TasksCategoryLibrary": "Librería",
"TasksCategoryApplication": "Aplicación",
+ "TasksCategoryChannels": "Canales de internet",
"TaskCleanCache": "Eliminar archivos temporales",
"TaskCleanCacheDescription": "Elimina los archivos temporales que ya no son necesarios para el servidor",
"TaskRefreshChapterImages": "Extraer imágenes de los capítulos",
@@ -109,5 +110,7 @@
"TaskUpdatePlugins": "Actualizar extensiones",
"TaskUpdatePluginsDescription": "Actualiza las extensiones que están configuradas para actualizarse automáticamente",
"TaskCleanTranscode": "Limpiar las transcodificaciones",
- "TaskCleanTranscodeDescription": "Elimina los archivos temporales creados mientras se transcodificaba el contenido"
+ "TaskCleanTranscodeDescription": "Elimina los archivos temporales creados mientras se transcodificaba el contenido",
+ "TaskRefreshChannels": "Actualizar canales",
+ "TaskRefreshChannelsDescription": "Actualiza la información de los canales de internet"
}