mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
0fca25c780
commit
ea83927812
50 changed files with 150 additions and 96 deletions
|
@ -788,7 +788,7 @@
|
|||
|
||||
if (commands.indexOf('managesubtitles') != -1) {
|
||||
items.push({
|
||||
name: Globalize.translate('ButtonManageSubtitles'),
|
||||
name: Globalize.translate('ButtonEditSubtitles'),
|
||||
id: 'managesubtitles',
|
||||
ironIcon: 'closed-caption'
|
||||
});
|
||||
|
|
|
@ -238,6 +238,14 @@
|
|||
});
|
||||
}
|
||||
|
||||
if (commands.indexOf('managesubtitles') != -1) {
|
||||
items.push({
|
||||
name: Globalize.translate('ButtonEditSubtitles'),
|
||||
id: 'managesubtitles',
|
||||
ironIcon: 'closed-caption'
|
||||
});
|
||||
}
|
||||
|
||||
if (commands.indexOf('instantmix') != -1) {
|
||||
items.push({
|
||||
name: Globalize.translate('ButtonInstantMix'),
|
||||
|
@ -246,14 +254,6 @@
|
|||
});
|
||||
}
|
||||
|
||||
if (commands.indexOf('managesubtitles') != -1) {
|
||||
items.push({
|
||||
name: Globalize.translate('ButtonManageSubtitles'),
|
||||
id: 'managesubtitles',
|
||||
ironIcon: 'closed-caption'
|
||||
});
|
||||
}
|
||||
|
||||
items.push({
|
||||
name: Globalize.translate('ButtonOpen'),
|
||||
id: 'open',
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
|
||||
if (createIfNeeded && !elem) {
|
||||
|
||||
var html = '<div class="searchResultsOverlay ui-page-theme-b smoothScrollY">';
|
||||
var html = '<div class="searchResultsOverlay ui-body-b smoothScrollY">';
|
||||
|
||||
html += '<div class="searchResultsContainer"><div class="itemsContainer"></div></div></div>';
|
||||
|
||||
|
|
|
@ -2384,9 +2384,13 @@ pageClassOn('pageshow', "page", function () {
|
|||
if (currentTheme == 'a') {
|
||||
docElem.classList.add('background-theme-a');
|
||||
docElem.classList.remove('background-theme-b');
|
||||
docElem.classList.add('ui-body-a');
|
||||
docElem.classList.remove('ui-body-b');
|
||||
} else {
|
||||
docElem.classList.add('background-theme-b');
|
||||
docElem.classList.remove('background-theme-a');
|
||||
docElem.classList.add('ui-body-b');
|
||||
docElem.classList.remove('ui-body-a');
|
||||
}
|
||||
|
||||
if (currentTheme != 'a' && !$.browser.mobile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue