Add DownloadAll to translations

This commit is contained in:
Markus Ongyerth 2022-10-14 19:46:21 +02:00 committed by Bill Thornton
parent e834ae3f41
commit 17eede9062
2 changed files with 2 additions and 1 deletions

View file

@ -143,7 +143,7 @@ import toast from './toast/toast';
if (item.Type === 'Season' || item.Type == 'Series') {
commands.push({
name: 'Download All',
name: globalize.translate('DownloadAll'),
id: 'downloadall',
icon: 'file_download'
});

View file

@ -208,6 +208,7 @@
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadAll": "Download All",
"DownloadsValue": "{0} downloads",
"DrmChannelsNotImported": "Channels with DRM will not be imported.",
"DropShadow": "Drop Shadow",