mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
Apply suggestions
This commit is contained in:
parent
d0b3dc1485
commit
105fc3dc29
@ -92,9 +92,9 @@
|
||||
"ValueHasBeenAddedToLibrary": "{0} has been added to your media library",
|
||||
"ValueSpecialEpisodeName": "Special - {0}",
|
||||
"VersionNumber": "Version {0}",
|
||||
"TasksMaintenance": "Maintenance",
|
||||
"TasksLibrary": "Library",
|
||||
"TasksApplication": "Application",
|
||||
"TasksCategoryMaintenance": "Maintenance",
|
||||
"TasksCategoryLibrary": "Library",
|
||||
"TasksCategoryApplication": "Application",
|
||||
"TaskCleanCache": "Clean Cache Directory",
|
||||
"TaskCleanCacheDescription": "Deletes cache files no longer needed by the system.",
|
||||
"TaskRefreshChapterImages": "Extract Chapter Images",
|
||||
|
@ -93,9 +93,9 @@
|
||||
"ValueHasBeenAddedToLibrary": "{0} ha sido añadido a tu biblioteca multimedia",
|
||||
"ValueSpecialEpisodeName": "Especial - {0}",
|
||||
"VersionNumber": "Versión {0}",
|
||||
"TasksMaintenance": "Mantenimiento",
|
||||
"TasksLibrary": "Librería",
|
||||
"TasksApplication": "Aplicación",
|
||||
"TasksCategoryMaintenance": "Mantenimiento",
|
||||
"TasksCategoryLibrary": "Librería",
|
||||
"TasksCategoryApplication": "Aplicación",
|
||||
"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",
|
||||
|
@ -165,7 +165,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
|
||||
|
||||
public string Description => _localization.GetLocalizedString("TaskRefreshChapterImagesDescription");
|
||||
|
||||
public string Category => _localization.GetLocalizedString("TasksLibrary");
|
||||
public string Category => _localization.GetLocalizedString("TasksCategoryLibrary");
|
||||
|
||||
public string Key => "RefreshChapterImages";
|
||||
|
||||
|
@ -167,7 +167,7 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
|
||||
|
||||
public string Description => _localization.GetLocalizedString("TaskCleanCacheDescription");
|
||||
|
||||
public string Category => _localization.GetLocalizedString("TasksMaintenance");
|
||||
public string Category => _localization.GetLocalizedString("TasksCategoryMaintenance");
|
||||
|
||||
public string Key => "DeleteCacheFiles";
|
||||
|
||||
|
@ -85,7 +85,7 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
|
||||
|
||||
public string Description => string.Format(_localization.GetLocalizedString("TaskCleanLogsDescription"), ConfigurationManager.CommonConfiguration.LogFileRetentionDays);
|
||||
|
||||
public string Category => _localization.GetLocalizedString("TasksMaintenance");
|
||||
public string Category => _localization.GetLocalizedString("TasksCategoryMaintenance");
|
||||
|
||||
public string Key => "CleanLogFiles";
|
||||
|
||||
|
@ -134,7 +134,7 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
|
||||
|
||||
public string Description => _localization.GetLocalizedString("TaskCleanTranscodeDescription");
|
||||
|
||||
public string Category => _localization.GetLocalizedString("TasksMaintenance");
|
||||
public string Category => _localization.GetLocalizedString("TasksCategoryMaintenance");
|
||||
|
||||
public string Key => "DeleteTranscodeFiles";
|
||||
|
||||
|
@ -63,7 +63,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
|
||||
|
||||
public string Description => _localization.GetLocalizedString("TaskRefreshPeopleDescription");
|
||||
|
||||
public string Category => _localization.GetLocalizedString("TasksLibrary");
|
||||
public string Category => _localization.GetLocalizedString("TasksCategoryLibrary");
|
||||
|
||||
public string Key => "RefreshPeople";
|
||||
|
||||
|
@ -101,7 +101,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
|
||||
|
||||
public string Description => _localization.GetLocalizedString("TaskUpdatePluginsDescription");
|
||||
|
||||
public string Category => _localization.GetLocalizedString("TasksApplication");
|
||||
public string Category => _localization.GetLocalizedString("TasksCategoryApplication");
|
||||
|
||||
public string Key => "PluginUpdates";
|
||||
|
||||
|
@ -63,7 +63,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
|
||||
|
||||
public string Description => _localization.GetLocalizedString("TaskRefreshLibraryDescription");
|
||||
|
||||
public string Category => _localization.GetLocalizedString("TasksLibrary");
|
||||
public string Category => _localization.GetLocalizedString("TasksCategoryLibrary");
|
||||
|
||||
public string Key => "RefreshLibrary";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user