aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/Core/en-US.json
diff options
context:
space:
mode:
authorferferga <ferferga.fer@gmail.com>2020-03-26 20:28:30 +0100
committerferferga <ferferga.fer@gmail.com>2020-03-26 20:28:30 +0100
commit0778eb20aac878fd49a5ba0375f3e3d69693e62f (patch)
tree618d636284f41f338319876f044bd97ada2ab93d /Emby.Server.Implementations/Localization/Core/en-US.json
parent10050a55a55c25d7fe9a8fe63b326995aaf487d7 (diff)
Translate Scheduled Tasks (names and descriptions)
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core/en-US.json')
-rw-r--r--Emby.Server.Implementations/Localization/Core/en-US.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json
index aa855ed21..2e247b2cc 100644
--- a/Emby.Server.Implementations/Localization/Core/en-US.json
+++ b/Emby.Server.Implementations/Localization/Core/en-US.json
@@ -92,5 +92,22 @@
"UserStoppedPlayingItemWithValues": "{0} has finished playing {1} on {2}",
"ValueHasBeenAddedToLibrary": "{0} has been added to your media library",
"ValueSpecialEpisodeName": "Special - {0}",
- "VersionNumber": "Version {0}"
+ "VersionNumber": "Version {0}",
+ "TasksMaintenance": "Maintenance",
+ "TasksLibrary": "Library",
+ "TasksApplication": "Application",
+ "TaskCleanCache": "Clean Cache Directory",
+ "TaskCleanCacheDescription": "Deletes cache files no longer needed by the system.",
+ "TaskRefreshChapterImages": "Extract Chapter Images",
+ "TaskRefreshChapterImagesDescription": "Creates thumbnails for videos that have chapters.",
+ "TaskRefreshLibrary": "Scan Media Library",
+ "TaskRefreshLibraryDescription": "Scans your media library for new files and refreshes metadata.",
+ "TaskCleanLogs": "Clean Log Directory",
+ "TaskCleanLogsDescription": "Deletes log files that are more than {0} days old.",
+ "TaskRefreshPeople": "Refresh People",
+ "TaskRefreshPeopleDescription": "Updates metadata for actors and directors in your media library.",
+ "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."
}