mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
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') {
|
if (item.Type === 'Season' || item.Type == 'Series') {
|
||||||
commands.push({
|
commands.push({
|
||||||
name: 'Download All',
|
name: globalize.translate('DownloadAll'),
|
||||||
id: 'downloadall',
|
id: 'downloadall',
|
||||||
icon: 'file_download'
|
icon: 'file_download'
|
||||||
});
|
});
|
||||||
|
|
|
@ -208,6 +208,7 @@
|
||||||
"DoNotRecord": "Do not record",
|
"DoNotRecord": "Do not record",
|
||||||
"Down": "Down",
|
"Down": "Down",
|
||||||
"Download": "Download",
|
"Download": "Download",
|
||||||
|
"DownloadAll": "Download All",
|
||||||
"DownloadsValue": "{0} downloads",
|
"DownloadsValue": "{0} downloads",
|
||||||
"DrmChannelsNotImported": "Channels with DRM will not be imported.",
|
"DrmChannelsNotImported": "Channels with DRM will not be imported.",
|
||||||
"DropShadow": "Drop Shadow",
|
"DropShadow": "Drop Shadow",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue