Add DownloadAll to translations
This commit is contained in:
parent
e834ae3f41
commit
17eede9062
2 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
});
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue