mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge remote-tracking branch 'upstream/master' into eslint-no-small-switch
This commit is contained in:
commit
a4bcc9689b
22 changed files with 195 additions and 171 deletions
1
src/assets/img/devices/home-assistant.svg
Normal file
1
src/assets/img/devices/home-assistant.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5 KiB |
|
@ -382,7 +382,6 @@ import template from './libraryoptionseditor.template.html';
|
|||
return setContentType(parent, contentType).then(function() {
|
||||
libraryOptions && setLibraryOptions(parent, libraryOptions);
|
||||
bindEvents(parent);
|
||||
return;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
@ -295,7 +295,6 @@ document.addEventListener('viewshow', function (e) {
|
|||
mirrorIfEnabled({
|
||||
item: item
|
||||
});
|
||||
return;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -129,7 +129,6 @@ function executeCloseAction(action, programId, serverId) {
|
|||
serverId: serverId
|
||||
});
|
||||
});
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -170,7 +170,6 @@ function renderSeriesTimerEditor(page, item, apiClient, user) {
|
|||
|
||||
page.querySelector('.seriesTimerScheduleSection').classList.add('hide');
|
||||
hideAll(page, 'btnCancelSeriesTimer');
|
||||
return;
|
||||
}
|
||||
|
||||
function renderTrackSelections(page, instance, item, forceReload) {
|
||||
|
|
|
@ -720,8 +720,6 @@ class ItemsView {
|
|||
if (params.type === 'Video') {
|
||||
return globalize.translate('Videos');
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
function play() {
|
||||
|
|
|
@ -35,7 +35,6 @@ import Dashboard from '../../../utils/dashboard';
|
|||
Dashboard.navigate('forgotpasswordpin.html');
|
||||
}
|
||||
});
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -190,7 +190,6 @@ import Sortable from 'sortablejs';
|
|||
const itemsContainer = this;
|
||||
if (getEventsToMonitor(itemsContainer).indexOf('seriestimers') !== -1) {
|
||||
itemsContainer.notifyRefreshNeeded();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -193,7 +193,6 @@ class QueueCore {
|
|||
}
|
||||
|
||||
this.manager.haltGroupPlayback(apiClient);
|
||||
return;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -52,6 +52,8 @@ function getWebDeviceIcon(browser) {
|
|||
case 'Jellyfin iOS':
|
||||
case 'Infuse':
|
||||
return BASE_DEVICE_IMAGE_URL + 'apple.svg';
|
||||
case 'Home Assistant':
|
||||
return BASE_DEVICE_IMAGE_URL + 'home-assistant.svg';
|
||||
case 'Jellyfin Web':
|
||||
return getWebDeviceIcon(device.Name || device.DeviceName);
|
||||
default:
|
||||
|
|
|
@ -1672,5 +1672,9 @@
|
|||
"RememberSubtitleSelections": "تعيين مسار الترجمة على أساس البند السابق",
|
||||
"RememberAudioSelectionsHelp": "حاول ضبط المسار الصوتي على أقرب تطابق للفيديو الأخير.",
|
||||
"RememberAudioSelections": "تعيين مسار الصوت على أساس البند السابق",
|
||||
"LabelMaxVideoResolution": "الحد الأقصى المسموح به لقرار تحويل ترميز الفيديو"
|
||||
"LabelMaxVideoResolution": "الحد الأقصى المسموح به لقرار تحويل ترميز الفيديو",
|
||||
"OptionDateShowAdded": "تاريخ اضافة العرض",
|
||||
"OptionDateEpisodeAdded": "تاريخ اضافة الحلقة",
|
||||
"IgnoreDtsHelp": "قد يؤدي تعطيل هذا الخيار إلى حل بعض المشكلات ، على سبيل المثال فقدان الصوت على القنوات التي تحتوي على دفق صوت وفيديو منفصل.",
|
||||
"IgnoreDts": "تجاهل DTS (الطابع الزمني لفك التشفير)"
|
||||
}
|
||||
|
|
|
@ -969,7 +969,7 @@
|
|||
"NoNewDevicesFound": "No es van trobar nous dispositius. Per afegir un nou sintonitzador, tancar aquest diàleg i introduïu la informació de el dispositiu de forma manual.",
|
||||
"NoCreatedLibraries": "Sembla que no s'ha creat cap biblioteca encara. {0} Li agradaria crear una ara? {1}",
|
||||
"No": "No",
|
||||
"NextUp": "Fins a la pròxima",
|
||||
"NextUp": "A continuació",
|
||||
"NextTrack": "Passar a la següent",
|
||||
"Next": "Pròxim",
|
||||
"News": "Notícies",
|
||||
|
@ -1644,5 +1644,8 @@
|
|||
"ButtonClose": "Tancar",
|
||||
"ButtonBackspace": "Retrocés",
|
||||
"Arranger": "Arranjador",
|
||||
"AddToFavorites": "Afegir a preferits"
|
||||
"AddToFavorites": "Afegir a preferits",
|
||||
"EnableSplashScreen": "Habilita la pantalla de benvinguda",
|
||||
"ScreenResolution": "Resolució de pantalla",
|
||||
"Bold": "Negreta"
|
||||
}
|
||||
|
|
|
@ -1675,5 +1675,9 @@
|
|||
"RememberSubtitleSelections": "Set subtitle track based on previous item",
|
||||
"RememberAudioSelectionsHelp": "Try to set the audio track to the closest match to the last video.",
|
||||
"RememberAudioSelections": "Set audio track based on previous item",
|
||||
"LabelMaxVideoResolution": "Maximum Allowed Video Transcoding Resolution"
|
||||
"LabelMaxVideoResolution": "Maximum Allowed Video Transcoding Resolution",
|
||||
"OptionDateShowAdded": "Date Show Added",
|
||||
"OptionDateEpisodeAdded": "Date Episode Added",
|
||||
"IgnoreDtsHelp": "Disabling this option may resolve some issues, e.g. missing audio on channels with separate audio and video streams.",
|
||||
"IgnoreDts": "Ignore DTS (decoding timestamp)"
|
||||
}
|
||||
|
|
|
@ -1676,5 +1676,8 @@
|
|||
"RememberSubtitleSelections": "Définir la piste de sous-titre en fonction de l'élément précédent",
|
||||
"RememberAudioSelectionsHelp": "Choisir la piste audio la plus proche de la dernière vidéo.",
|
||||
"RememberAudioSelections": "Définir la piste audio en fonction de l'élément précédent",
|
||||
"IgnoreDtsHelp": "Désactiver cette option pourrait résoudre certains problèmes, comme par exemple l'audio manquant sur des pistes ayant des flux audios et vidéos séparés."
|
||||
"IgnoreDtsHelp": "La désactivation de cette option peut résoudre certains problèmes, par ex. audio manquant sur les canaux avec des flux audio et vidéo séparés.",
|
||||
"OptionDateShowAdded": "Date d'ajout de la série",
|
||||
"OptionDateEpisodeAdded": "Date d'ajout de l'épisode",
|
||||
"IgnoreDts": "Ignorer DTS (horodatage de décodage)"
|
||||
}
|
||||
|
|
|
@ -1413,7 +1413,7 @@
|
|||
"SmallCaps": "Maiúsculas reduzidas",
|
||||
"LabelTonemappingRange": "Alcance do Tone Mapping :",
|
||||
"TonemappingAlgorithmHelp": "O Tone Mapping pode ser afinado. Se não estiver familiarizado com estas opções, mantenha-as nas opções padrão. O valor recomendado é 'BT.2390'.",
|
||||
"AllowTonemappingHelp": "O processo de Tone Mapping transforma o Dynamic Range de um vídeo HDR em SDR, mantendo os detalhes e as cores, sendo estes bastante importantes para preservar a cena original. Atualmente funciona apenas com vídeos HDR10 ou HLG. Esta opção requer os executáveis CUDA ou OpenCL correspondentes.",
|
||||
"AllowTonemappingHelp": "O processo de Tone Mapping transforma o Dynamic Range de um vídeo HDR em SDR, mantendo os detalhes e as cores, sendo estes bastante importantes para preservar a cena original. Atualmente funciona apenas com vídeos HDR10 ou HLG. Esta opção requer os executáveis CUDA ou OpenCL correspondentes.",
|
||||
"LabelMaxMuxingQueueSizeHelp": "Número máximo de pacotes armazenados em <i>buffer</i> enquanto aguardam que todas as transmissões iniciem. Tente aumentá-lo caso se depare com o seguinte erro nos <i>registos</i> do FFmpeg \"Too many packets buffered for output stream\". O valor recomendado é 2048.",
|
||||
"DeleteAll": "Apagar tudo",
|
||||
"DeleteDevicesConfirmation": "Tem a certeza que deseja remover todos os dispositivos? Todas as outras sessões serão terminadas. Os dispositivos reaparecerão da próxima vez que um utilizador iniciar sessão.",
|
||||
|
|
|
@ -1675,5 +1675,9 @@
|
|||
"RememberSubtitleSelections": "Nastaviť titulky podľa predchádzajúcej položky",
|
||||
"RememberAudioSelectionsHelp": "Pokúsi sa nastaviť zvukovú stopu tak, aby sa čo najviac zhodovala s posledným videom.",
|
||||
"RememberAudioSelections": "Nastaviť zvukovú stopu podľa predchádzajúcej položky",
|
||||
"LabelMaxVideoResolution": "Maximálne dovolené rozlíšenie videa pre prekódovanie"
|
||||
"LabelMaxVideoResolution": "Maximálne dovolené rozlíšenie videa pre prekódovanie",
|
||||
"OptionDateShowAdded": "Dátum pridania seriálu",
|
||||
"OptionDateEpisodeAdded": "Dátum pridania epizódy",
|
||||
"IgnoreDtsHelp": "Vypnutím sa môžu vyriešiť niektoré problémy, napr. chýbajúci zvuk pri kanáloch so samostatnými zvukovými a video streamami.",
|
||||
"IgnoreDts": "Ignorovať DTS (dekódovacia časová pečiatka)"
|
||||
}
|
||||
|
|
|
@ -1668,5 +1668,8 @@
|
|||
"Trailer": "",
|
||||
"TypeOptionPluralVideo": "Videos",
|
||||
"ButtonSpace": "Cách",
|
||||
"ButtonBackspace": "Xóa"
|
||||
"ButtonBackspace": "Xóa",
|
||||
"OptionDateEpisodeAdded": "Ngày Thêm Tập",
|
||||
"IgnoreDtsHelp": "Việc tắt tùy chọn này có thể giải quyết một số vấn đề, ví dụ: thiếu âm thanh trên các kênh có luồng âm thanh và video riêng biệt.",
|
||||
"IgnoreDts": "Bỏ qua DTS (dấu thời gian giải mã)"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue