aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization
diff options
context:
space:
mode:
authorferferga <ferferga.fer@gmail.com>2020-03-29 23:46:19 +0200
committerferferga <ferferga.fer@gmail.com>2020-03-29 23:46:19 +0200
commita9759f6a8060cac6c21be3a952d7f17f6bc39c22 (patch)
treee3a6e3653b6762acfc006adf4b5bf472aea22ecb /Emby.Server.Implementations/Localization
parent620135d8da3fea0be4a351babf74dfd73121ac4b (diff)
Rename translation keys
Diffstat (limited to 'Emby.Server.Implementations/Localization')
-rw-r--r--Emby.Server.Implementations/Localization/Core/en-US.json8
-rw-r--r--Emby.Server.Implementations/Localization/Core/es.json8
2 files changed, 8 insertions, 8 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json
index f7157716c..97a843160 100644
--- a/Emby.Server.Implementations/Localization/Core/en-US.json
+++ b/Emby.Server.Implementations/Localization/Core/en-US.json
@@ -92,10 +92,10 @@
"ValueHasBeenAddedToLibrary": "{0} has been added to your media library",
"ValueSpecialEpisodeName": "Special - {0}",
"VersionNumber": "Version {0}",
- "TasksCategoryMaintenance": "Maintenance",
- "TasksCategoryLibrary": "Library",
- "TasksCategoryApplication": "Application",
- "TasksCategoryChannels": "Internet Channels",
+ "TasksMaintenanceCategory": "Maintenance",
+ "TasksLibraryCategory": "Library",
+ "TasksApplicationCategory": "Application",
+ "TasksChannelsCategory": "Internet Channels",
"TaskCleanCache": "Clean Cache Directory",
"TaskCleanCacheDescription": "Deletes cache files no longer needed by the system.",
"TaskRefreshChapterImages": "Extract Chapter Images",
diff --git a/Emby.Server.Implementations/Localization/Core/es.json b/Emby.Server.Implementations/Localization/Core/es.json
index 41a845a31..63c2cd010 100644
--- a/Emby.Server.Implementations/Localization/Core/es.json
+++ b/Emby.Server.Implementations/Localization/Core/es.json
@@ -93,10 +93,10 @@
"ValueHasBeenAddedToLibrary": "{0} ha sido añadido a tu biblioteca multimedia",
"ValueSpecialEpisodeName": "Especial - {0}",
"VersionNumber": "Versión {0}",
- "TasksCategoryMaintenance": "Mantenimiento",
- "TasksCategoryLibrary": "Librería",
- "TasksCategoryApplication": "Aplicación",
- "TasksCategoryChannels": "Canales de internet",
+ "TasksMaintenanceCategory": "Mantenimiento",
+ "TasksLibraryCategory": "Librería",
+ "TasksApplicationCategory": "Aplicación",
+ "TasksChannelsCategory": "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",