feat(subs): render resolution setting for the avfoundation VO
This commit is contained in:
@@ -730,6 +730,9 @@ class _TranslationsSubtitlingStylingSv extends TranslationsSubtitlingStylingEn {
|
||||
@override String get assOverride => 'ASS-åsidosättning';
|
||||
@override String get bold => 'Fet';
|
||||
@override String get italic => 'Kursiv';
|
||||
@override String get renderResolution => 'Renderingsupplösning';
|
||||
@override String get renderResolutionScreen => 'Skärmupplösning';
|
||||
@override String get renderResolutionVideo => 'Videoupplösning';
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
@@ -2441,6 +2444,9 @@ extension on TranslationsSv {
|
||||
'subtitlingStyling.assOverride' => 'ASS-åsidosättning',
|
||||
'subtitlingStyling.bold' => 'Fet',
|
||||
'subtitlingStyling.italic' => 'Kursiv',
|
||||
'subtitlingStyling.renderResolution' => 'Renderingsupplösning',
|
||||
'subtitlingStyling.renderResolutionScreen' => 'Skärmupplösning',
|
||||
'subtitlingStyling.renderResolutionVideo' => 'Videoupplösning',
|
||||
'mpvConfig.title' => 'mpv-konfiguration',
|
||||
'mpvConfig.description' => 'Avancerade videospelares inställningar',
|
||||
'mpvConfig.presets' => 'Förval',
|
||||
@@ -2940,11 +2946,11 @@ extension on TranslationsSv {
|
||||
'companionRemote.remote.retryNow' => 'Försök nu',
|
||||
'companionRemote.remote.tabRemote' => 'Fjärrkontroll',
|
||||
'companionRemote.remote.tabPlay' => 'Spela',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'companionRemote.remote.tabMore' => 'Mer',
|
||||
'companionRemote.remote.menu' => 'Meny',
|
||||
'companionRemote.remote.tabNavigation' => 'Fliknavigering',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'companionRemote.remote.tabDiscover' => 'Upptäck',
|
||||
'companionRemote.remote.tabLibraries' => 'Bibliotek',
|
||||
'companionRemote.remote.tabSearch' => 'Sök',
|
||||
|
||||
Reference in New Issue
Block a user