Add "Calculate collections duration" task locales (it, en-*)

This commit is contained in:
doc-code 2023-03-25 03:05:16 +01:00
parent 687753c516
commit 4b122facd4
4 changed files with 7 additions and 1 deletions

View File

@ -108,6 +108,8 @@
"TaskRefreshLibrary": "Scan Media Library",
"TaskRefreshChapterImagesDescription": "Creates thumbnails for videos that have chapters.",
"TaskRefreshChapterImages": "Extract Chapter Images",
"TaskCollectionDurationDescription": "Calculate the total duration of all collections.",
"TaskCollectionDuration": "Calculate collections duration",
"TaskCleanCacheDescription": "Deletes cache files no longer needed by the system.",
"TaskCleanCache": "Clean Cache Directory",
"TasksChannelsCategory": "Internet Channels",

View File

@ -106,6 +106,8 @@
"TaskCleanCacheDescription": "Deletes cache files no longer needed by the system.",
"TaskRefreshChapterImages": "Extract Chapter Images",
"TaskRefreshChapterImagesDescription": "Creates thumbnails for videos that have chapters.",
"TaskCollectionDurationDescription": "Calculate the total duration of all collections.",
"TaskCollectionDuration": "Calculate collections duration",
"TaskRefreshLibrary": "Scan Media Library",
"TaskRefreshLibraryDescription": "Scans your media library for new files and refreshes metadata.",
"TaskCleanLogs": "Clean Log Directory",

View File

@ -108,6 +108,8 @@
"TaskRefreshLibrary": "Scan Librerie",
"TaskRefreshChapterImagesDescription": "Crea le thumbnail per i video che hanno capitoli.",
"TaskRefreshChapterImages": "Estrai immagini capitolo",
"TaskCollectionDurationDescription": "Calcola la durata totale di tutte le collezioni.",
"TaskCollectionDuration": "Calcola durata collezioni",
"TaskCleanCacheDescription": "Cancella i file di cache non più necessari al sistema.",
"TaskCleanCache": "Pulisci la directory della cache",
"TasksChannelsCategory": "Canali su Internet",

View File

@ -63,7 +63,7 @@ namespace MediaBrowser.Controller.Collections
/// <param name="createIfNeeded">Will create the collection folder on the storage if set to true.</param>
/// <returns>The folder instance referencing the collection storage.</returns>
Task<Folder?> GetCollectionsFolder(bool createIfNeeded);
/// <summary>
/// Get Items For RunTimeTicks Count.
/// </summary>