build(deps): upgrade Flutter package dependencies
This commit is contained in:
@@ -7497,10 +7497,7 @@ final class $$ConnectionsTableReferences
|
||||
_profileConnectionsRefsTable(_$AppDatabase db) =>
|
||||
MultiTypedResultKey.fromTable(
|
||||
db.profileConnections,
|
||||
aliasName: $_aliasNameGenerator(
|
||||
db.connections.id,
|
||||
db.profileConnections.connectionId,
|
||||
),
|
||||
aliasName: 'connections__id__profile_connections__connection_id',
|
||||
);
|
||||
|
||||
$$ProfileConnectionsTableProcessedTableManager get profileConnectionsRefs {
|
||||
@@ -8120,13 +8117,9 @@ final class $$ProfileConnectionsTableReferences
|
||||
super.$_typedResult,
|
||||
);
|
||||
|
||||
static $ConnectionsTable _connectionIdTable(_$AppDatabase db) =>
|
||||
db.connections.createAlias(
|
||||
$_aliasNameGenerator(
|
||||
db.profileConnections.connectionId,
|
||||
db.connections.id,
|
||||
),
|
||||
);
|
||||
static $ConnectionsTable _connectionIdTable(_$AppDatabase db) => db
|
||||
.connections
|
||||
.createAlias('profile_connections__connection_id__connections__id');
|
||||
|
||||
$$ConnectionsTableProcessedTableManager get connectionId {
|
||||
final $_column = $_itemColumn<String>('connection_id')!;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
/// To regenerate, run: `dart run slang`
|
||||
///
|
||||
/// Locales: 16
|
||||
/// Strings: 23082 (1442 per locale)
|
||||
/// Strings: 23081 (1442 per locale)
|
||||
|
||||
// coverage:ignore-file
|
||||
// ignore_for_file: type=lint, unused_import
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsBg extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsBg $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsBg(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppBg app = _TranslationsAppBg._(_root);
|
||||
@override late final _TranslationsAuthBg auth = _TranslationsAuthBg._(_root);
|
||||
@override late final _TranslationsCommonBg common = _TranslationsCommonBg._(_root);
|
||||
@override late final _TranslationsScreensBg screens = _TranslationsScreensBg._(_root);
|
||||
@override late final _TranslationsUpdateBg update = _TranslationsUpdateBg._(_root);
|
||||
@override late final _TranslationsSettingsBg settings = _TranslationsSettingsBg._(_root);
|
||||
@override late final _TranslationsSearchBg search = _TranslationsSearchBg._(_root);
|
||||
@override late final _TranslationsHotkeysBg hotkeys = _TranslationsHotkeysBg._(_root);
|
||||
@override late final _TranslationsFileInfoBg fileInfo = _TranslationsFileInfoBg._(_root);
|
||||
@override late final _TranslationsMediaMenuBg mediaMenu = _TranslationsMediaMenuBg._(_root);
|
||||
@override late final _TranslationsRateSheetBg rateSheet = _TranslationsRateSheetBg._(_root);
|
||||
@override late final _TranslationsAccessibilityBg accessibility = _TranslationsAccessibilityBg._(_root);
|
||||
@override late final _TranslationsTooltipsBg tooltips = _TranslationsTooltipsBg._(_root);
|
||||
@override late final _TranslationsAudioTracksBg audioTracks = _TranslationsAudioTracksBg._(_root);
|
||||
@override late final _TranslationsVideoControlsBg videoControls = _TranslationsVideoControlsBg._(_root);
|
||||
@override late final _TranslationsMessagesBg messages = _TranslationsMessagesBg._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingBg subtitlingStyling = _TranslationsSubtitlingStylingBg._(_root);
|
||||
@override late final _TranslationsMpvConfigBg mpvConfig = _TranslationsMpvConfigBg._(_root);
|
||||
@override late final _TranslationsDialogBg dialog = _TranslationsDialogBg._(_root);
|
||||
@override late final _TranslationsProfilesBg profiles = _TranslationsProfilesBg._(_root);
|
||||
@override late final _TranslationsConnectionsBg connections = _TranslationsConnectionsBg._(_root);
|
||||
@override late final _TranslationsDiscoverBg discover = _TranslationsDiscoverBg._(_root);
|
||||
@override late final _TranslationsErrorsBg errors = _TranslationsErrorsBg._(_root);
|
||||
@override late final _TranslationsLibrariesBg libraries = _TranslationsLibrariesBg._(_root);
|
||||
@override late final _TranslationsAboutBg about = _TranslationsAboutBg._(_root);
|
||||
@override late final _TranslationsServerSelectionBg serverSelection = _TranslationsServerSelectionBg._(_root);
|
||||
@override late final _TranslationsHubDetailBg hubDetail = _TranslationsHubDetailBg._(_root);
|
||||
@override late final _TranslationsLogsBg logs = _TranslationsLogsBg._(_root);
|
||||
@override late final _TranslationsLicensesBg licenses = _TranslationsLicensesBg._(_root);
|
||||
@override late final _TranslationsNavigationBg navigation = _TranslationsNavigationBg._(_root);
|
||||
@override late final _TranslationsExploreBg explore = _TranslationsExploreBg._(_root);
|
||||
@override late final _TranslationsLiveTvBg liveTv = _TranslationsLiveTvBg._(_root);
|
||||
@override late final _TranslationsCollectionsBg collections = _TranslationsCollectionsBg._(_root);
|
||||
@override late final _TranslationsPlaylistsBg playlists = _TranslationsPlaylistsBg._(_root);
|
||||
@override late final _TranslationsMusicBg music = _TranslationsMusicBg._(_root);
|
||||
@override late final _TranslationsWatchTogetherBg watchTogether = _TranslationsWatchTogetherBg._(_root);
|
||||
@override late final _TranslationsDownloadsBg downloads = _TranslationsDownloadsBg._(_root);
|
||||
@override late final _TranslationsShadersBg shaders = _TranslationsShadersBg._(_root);
|
||||
@override late final _TranslationsCompanionRemoteBg companionRemote = _TranslationsCompanionRemoteBg._(_root);
|
||||
@override late final _TranslationsVideoSettingsBg videoSettings = _TranslationsVideoSettingsBg._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayBg performanceOverlay = _TranslationsPerformanceOverlayBg._(_root);
|
||||
@override late final _TranslationsExternalPlayerBg externalPlayer = _TranslationsExternalPlayerBg._(_root);
|
||||
@override late final _TranslationsMetadataEditBg metadataEdit = _TranslationsMetadataEditBg._(_root);
|
||||
@override late final _TranslationsMatchScreenBg matchScreen = _TranslationsMatchScreenBg._(_root);
|
||||
@override late final _TranslationsServerTasksBg serverTasks = _TranslationsServerTasksBg._(_root);
|
||||
@override late final _TranslationsTraktBg trakt = _TranslationsTraktBg._(_root);
|
||||
@override late final _TranslationsSeerrBg seerr = _TranslationsSeerrBg._(_root);
|
||||
@override late final _TranslationsServicesBg services = _TranslationsServicesBg._(_root);
|
||||
@override late final _TranslationsAddServerBg addServer = _TranslationsAddServerBg._(_root);
|
||||
@override late final _Translations$app$bg app = _Translations$app$bg._(_root);
|
||||
@override late final _Translations$auth$bg auth = _Translations$auth$bg._(_root);
|
||||
@override late final _Translations$common$bg common = _Translations$common$bg._(_root);
|
||||
@override late final _Translations$screens$bg screens = _Translations$screens$bg._(_root);
|
||||
@override late final _Translations$update$bg update = _Translations$update$bg._(_root);
|
||||
@override late final _Translations$settings$bg settings = _Translations$settings$bg._(_root);
|
||||
@override late final _Translations$search$bg search = _Translations$search$bg._(_root);
|
||||
@override late final _Translations$hotkeys$bg hotkeys = _Translations$hotkeys$bg._(_root);
|
||||
@override late final _Translations$fileInfo$bg fileInfo = _Translations$fileInfo$bg._(_root);
|
||||
@override late final _Translations$mediaMenu$bg mediaMenu = _Translations$mediaMenu$bg._(_root);
|
||||
@override late final _Translations$rateSheet$bg rateSheet = _Translations$rateSheet$bg._(_root);
|
||||
@override late final _Translations$accessibility$bg accessibility = _Translations$accessibility$bg._(_root);
|
||||
@override late final _Translations$tooltips$bg tooltips = _Translations$tooltips$bg._(_root);
|
||||
@override late final _Translations$audioTracks$bg audioTracks = _Translations$audioTracks$bg._(_root);
|
||||
@override late final _Translations$videoControls$bg videoControls = _Translations$videoControls$bg._(_root);
|
||||
@override late final _Translations$messages$bg messages = _Translations$messages$bg._(_root);
|
||||
@override late final _Translations$subtitlingStyling$bg subtitlingStyling = _Translations$subtitlingStyling$bg._(_root);
|
||||
@override late final _Translations$mpvConfig$bg mpvConfig = _Translations$mpvConfig$bg._(_root);
|
||||
@override late final _Translations$dialog$bg dialog = _Translations$dialog$bg._(_root);
|
||||
@override late final _Translations$profiles$bg profiles = _Translations$profiles$bg._(_root);
|
||||
@override late final _Translations$connections$bg connections = _Translations$connections$bg._(_root);
|
||||
@override late final _Translations$discover$bg discover = _Translations$discover$bg._(_root);
|
||||
@override late final _Translations$errors$bg errors = _Translations$errors$bg._(_root);
|
||||
@override late final _Translations$libraries$bg libraries = _Translations$libraries$bg._(_root);
|
||||
@override late final _Translations$about$bg about = _Translations$about$bg._(_root);
|
||||
@override late final _Translations$serverSelection$bg serverSelection = _Translations$serverSelection$bg._(_root);
|
||||
@override late final _Translations$hubDetail$bg hubDetail = _Translations$hubDetail$bg._(_root);
|
||||
@override late final _Translations$logs$bg logs = _Translations$logs$bg._(_root);
|
||||
@override late final _Translations$licenses$bg licenses = _Translations$licenses$bg._(_root);
|
||||
@override late final _Translations$navigation$bg navigation = _Translations$navigation$bg._(_root);
|
||||
@override late final _Translations$explore$bg explore = _Translations$explore$bg._(_root);
|
||||
@override late final _Translations$liveTv$bg liveTv = _Translations$liveTv$bg._(_root);
|
||||
@override late final _Translations$collections$bg collections = _Translations$collections$bg._(_root);
|
||||
@override late final _Translations$playlists$bg playlists = _Translations$playlists$bg._(_root);
|
||||
@override late final _Translations$music$bg music = _Translations$music$bg._(_root);
|
||||
@override late final _Translations$watchTogether$bg watchTogether = _Translations$watchTogether$bg._(_root);
|
||||
@override late final _Translations$downloads$bg downloads = _Translations$downloads$bg._(_root);
|
||||
@override late final _Translations$shaders$bg shaders = _Translations$shaders$bg._(_root);
|
||||
@override late final _Translations$companionRemote$bg companionRemote = _Translations$companionRemote$bg._(_root);
|
||||
@override late final _Translations$videoSettings$bg videoSettings = _Translations$videoSettings$bg._(_root);
|
||||
@override late final _Translations$performanceOverlay$bg performanceOverlay = _Translations$performanceOverlay$bg._(_root);
|
||||
@override late final _Translations$externalPlayer$bg externalPlayer = _Translations$externalPlayer$bg._(_root);
|
||||
@override late final _Translations$metadataEdit$bg metadataEdit = _Translations$metadataEdit$bg._(_root);
|
||||
@override late final _Translations$matchScreen$bg matchScreen = _Translations$matchScreen$bg._(_root);
|
||||
@override late final _Translations$serverTasks$bg serverTasks = _Translations$serverTasks$bg._(_root);
|
||||
@override late final _Translations$trakt$bg trakt = _Translations$trakt$bg._(_root);
|
||||
@override late final _Translations$seerr$bg seerr = _Translations$seerr$bg._(_root);
|
||||
@override late final _Translations$services$bg services = _Translations$services$bg._(_root);
|
||||
@override late final _Translations$addServer$bg addServer = _Translations$addServer$bg._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppBg extends TranslationsAppEn {
|
||||
_TranslationsAppBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$bg extends Translations$app$en {
|
||||
_Translations$app$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppBg extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthBg extends TranslationsAuthEn {
|
||||
_TranslationsAuthBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$bg extends Translations$auth$en {
|
||||
_Translations$auth$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthBg extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonBg extends TranslationsCommonEn {
|
||||
_TranslationsCommonBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$bg extends Translations$common$en {
|
||||
_Translations$common$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonBg extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensBg extends TranslationsScreensEn {
|
||||
_TranslationsScreensBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$bg extends Translations$screens$en {
|
||||
_Translations$screens$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensBg extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateBg extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$bg extends Translations$update$en {
|
||||
_Translations$update$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateBg extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsBg extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$bg extends Translations$settings$en {
|
||||
_Translations$settings$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsBg extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchBg extends TranslationsSearchEn {
|
||||
_TranslationsSearchBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$bg extends Translations$search$en {
|
||||
_Translations$search$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchBg extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysBg extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$bg extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysBg extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Текуща комбинация:';
|
||||
@override String get pressToRecord => 'Избери, за да запишеш клавишна комбинация';
|
||||
@override String get recordingShortcut => 'Натисни клавишната комбинация сега';
|
||||
@override late final _TranslationsHotkeysActionsBg actions = _TranslationsHotkeysActionsBg._(_root);
|
||||
@override late final _Translations$hotkeys$actions$bg actions = _Translations$hotkeys$actions$bg._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoBg extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$bg extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoBg extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuBg extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$bg extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuBg extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetBg extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$bg extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetBg extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityBg extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$bg extends Translations$accessibility$en {
|
||||
_Translations$accessibility$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityBg extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsBg extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$bg extends Translations$tooltips$en {
|
||||
_Translations$tooltips$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsBg extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksBg extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$bg extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksBg extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsBg extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$bg extends Translations$videoControls$en {
|
||||
_Translations$videoControls$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsBg extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Режимът картина в картината не успя да стартира';
|
||||
@override String get screenshotSaved => 'Екранната снимка е запазена';
|
||||
@override String zoomPercent({required Object percent}) => 'Мащаб ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsBg pipErrors = _TranslationsVideoControlsPipErrorsBg._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$bg pipErrors = _Translations$videoControls$pipErrors$bg._(_root);
|
||||
@override String get chapters => 'Глави';
|
||||
@override String get noChaptersAvailable => 'Няма налични глави';
|
||||
@override String get queue => 'Опашка';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsBg extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesBg extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$bg extends Translations$messages$en {
|
||||
_Translations$messages$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -765,8 +765,8 @@ class _TranslationsMessagesBg extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingBg extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$bg extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -795,8 +795,8 @@ class _TranslationsSubtitlingStylingBg extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigBg extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$bg extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -818,8 +818,8 @@ class _TranslationsMpvConfigBg extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogBg extends TranslationsDialogEn {
|
||||
_TranslationsDialogBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$bg extends Translations$dialog$en {
|
||||
_Translations$dialog$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -828,8 +828,8 @@ class _TranslationsDialogBg extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesBg extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$bg extends Translations$profiles$en {
|
||||
_Translations$profiles$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -897,8 +897,8 @@ class _TranslationsProfilesBg extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsBg extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$bg extends Translations$connections$en {
|
||||
_Translations$connections$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -915,8 +915,8 @@ class _TranslationsConnectionsBg extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverBg extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$bg extends Translations$discover$en {
|
||||
_Translations$discover$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -946,8 +946,8 @@ class _TranslationsDiscoverBg extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsBg extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$bg extends Translations$errors$en {
|
||||
_Translations$errors$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -966,8 +966,8 @@ class _TranslationsErrorsBg extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesBg extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$bg extends Translations$libraries$en {
|
||||
_Translations$libraries$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1013,15 +1013,15 @@ class _TranslationsLibrariesBg extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'Няма колекции в тази библиотека';
|
||||
@override String get noFoldersFound => 'Не са намерени папки';
|
||||
@override String get folders => 'папки';
|
||||
@override late final _TranslationsLibrariesTabsBg tabs = _TranslationsLibrariesTabsBg._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsBg groupings = _TranslationsLibrariesGroupingsBg._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesBg filterCategories = _TranslationsLibrariesFilterCategoriesBg._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsBg sortLabels = _TranslationsLibrariesSortLabelsBg._(_root);
|
||||
@override late final _Translations$libraries$tabs$bg tabs = _Translations$libraries$tabs$bg._(_root);
|
||||
@override late final _Translations$libraries$groupings$bg groupings = _Translations$libraries$groupings$bg._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$bg filterCategories = _Translations$libraries$filterCategories$bg._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$bg sortLabels = _Translations$libraries$sortLabels$bg._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutBg extends TranslationsAboutEn {
|
||||
_TranslationsAboutBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$bg extends Translations$about$en {
|
||||
_Translations$about$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1034,8 +1034,8 @@ class _TranslationsAboutBg extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionBg extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$bg extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1045,8 +1045,8 @@ class _TranslationsServerSelectionBg extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailBg extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$bg extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1059,8 +1059,8 @@ class _TranslationsHubDetailBg extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsBg extends TranslationsLogsEn {
|
||||
_TranslationsLogsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$bg extends Translations$logs$en {
|
||||
_Translations$logs$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1071,8 +1071,8 @@ class _TranslationsLogsBg extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesBg extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$bg extends Translations$licenses$en {
|
||||
_Translations$licenses$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1084,8 +1084,8 @@ class _TranslationsLicensesBg extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationBg extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$bg extends Translations$navigation$en {
|
||||
_Translations$navigation$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1097,16 +1097,16 @@ class _TranslationsNavigationBg extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreBg extends TranslationsExploreEn {
|
||||
_TranslationsExploreBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$bg extends Translations$explore$en {
|
||||
_Translations$explore$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Разгледай';
|
||||
@override String get selectSource => 'Избери източник';
|
||||
@override late final _TranslationsExploreRowsBg rows = _TranslationsExploreRowsBg._(_root);
|
||||
@override late final _TranslationsExploreStatusBg status = _TranslationsExploreStatusBg._(_root);
|
||||
@override late final _Translations$explore$rows$bg rows = _Translations$explore$rows$bg._(_root);
|
||||
@override late final _Translations$explore$status$bg status = _Translations$explore$status$bg._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('bg'))(n,
|
||||
one: '${n} епизод',
|
||||
other: '${n} епизода',
|
||||
@@ -1128,8 +1128,8 @@ class _TranslationsExploreBg extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvBg extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$bg extends Translations$liveTv$en {
|
||||
_Translations$liveTv$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1204,8 +1204,8 @@ class _TranslationsLiveTvBg extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsBg extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$bg extends Translations$collections$en {
|
||||
_Translations$collections$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1233,8 +1233,8 @@ class _TranslationsCollectionsBg extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsBg extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$bg extends Translations$playlists$en {
|
||||
_Translations$playlists$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1268,8 +1268,8 @@ class _TranslationsPlaylistsBg extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicBg extends TranslationsMusicEn {
|
||||
_TranslationsMusicBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$bg extends Translations$music$en {
|
||||
_Translations$music$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1302,8 +1302,8 @@ class _TranslationsMusicBg extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherBg extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$bg extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1376,8 +1376,8 @@ class _TranslationsWatchTogetherBg extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsBg extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$bg extends Translations$downloads$en {
|
||||
_Translations$downloads$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1452,8 +1452,8 @@ class _TranslationsDownloadsBg extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersBg extends TranslationsShadersEn {
|
||||
_TranslationsShadersBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$bg extends Translations$shaders$en {
|
||||
_Translations$shaders$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1476,8 +1476,8 @@ class _TranslationsShadersBg extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteBg extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$bg extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1485,15 +1485,15 @@ class _TranslationsCompanionRemoteBg extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Дистанционно управление';
|
||||
@override String connectedTo({required Object name}) => 'Свързан към ${name}';
|
||||
@override String get unknownDevice => 'Непознато устройство';
|
||||
@override late final _TranslationsCompanionRemoteSessionBg session = _TranslationsCompanionRemoteSessionBg._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingBg pairing = _TranslationsCompanionRemotePairingBg._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteBg remote = _TranslationsCompanionRemoteRemoteBg._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsBg errors = _TranslationsCompanionRemoteErrorsBg._(_root);
|
||||
@override late final _Translations$companionRemote$session$bg session = _Translations$companionRemote$session$bg._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$bg pairing = _Translations$companionRemote$pairing$bg._(_root);
|
||||
@override late final _Translations$companionRemote$remote$bg remote = _Translations$companionRemote$remote$bg._(_root);
|
||||
@override late final _Translations$companionRemote$errors$bg errors = _Translations$companionRemote$errors$bg._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsBg extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$bg extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1514,8 +1514,8 @@ class _TranslationsVideoSettingsBg extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayBg extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$bg extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1558,8 +1558,8 @@ class _TranslationsPerformanceOverlayBg extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerBg extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$bg extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1583,8 +1583,8 @@ class _TranslationsExternalPlayerBg extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditBg extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$bg extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1668,8 +1668,8 @@ class _TranslationsMetadataEditBg extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenBg extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$bg extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1689,8 +1689,8 @@ class _TranslationsMatchScreenBg extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksBg extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$bg extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1701,8 +1701,8 @@ class _TranslationsServerTasksBg extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktBg extends TranslationsTraktEn {
|
||||
_TranslationsTraktBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$bg extends Translations$trakt$en {
|
||||
_Translations$trakt$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1719,8 +1719,8 @@ class _TranslationsTraktBg extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrBg extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$bg extends Translations$seerr$en {
|
||||
_Translations$seerr$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1758,8 +1758,8 @@ class _TranslationsSeerrBg extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesBg extends TranslationsServicesEn {
|
||||
_TranslationsServicesBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$bg extends Translations$services$en {
|
||||
_Translations$services$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1773,15 +1773,15 @@ class _TranslationsServicesBg extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => 'Да се прекъсне ли ${service}?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy ще спре да обновява ${service}. Можете да се свържете отново по всяко време.';
|
||||
@override String connectFailed({required Object service}) => 'Неуспешно свързване с ${service}. Опитайте отново.';
|
||||
@override late final _TranslationsServicesNamesBg names = _TranslationsServicesNamesBg._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeBg deviceCode = _TranslationsServicesDeviceCodeBg._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyBg oauthProxy = _TranslationsServicesOauthProxyBg._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterBg libraryFilter = _TranslationsServicesLibraryFilterBg._(_root);
|
||||
@override late final _Translations$services$names$bg names = _Translations$services$names$bg._(_root);
|
||||
@override late final _Translations$services$deviceCode$bg deviceCode = _Translations$services$deviceCode$bg._(_root);
|
||||
@override late final _Translations$services$oauthProxy$bg oauthProxy = _Translations$services$oauthProxy$bg._(_root);
|
||||
@override late final _Translations$services$libraryFilter$bg libraryFilter = _Translations$services$libraryFilter$bg._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerBg extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$bg extends Translations$addServer$en {
|
||||
_Translations$addServer$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1817,8 +1817,8 @@ class _TranslationsAddServerBg extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsBg extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$bg extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1851,8 +1851,8 @@ class _TranslationsHotkeysActionsBg extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsBg extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$bg extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1867,8 +1867,8 @@ class _TranslationsVideoControlsPipErrorsBg extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsBg extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$bg extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1880,8 +1880,8 @@ class _TranslationsLibrariesTabsBg extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsBg extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$bg extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1899,8 +1899,8 @@ class _TranslationsLibrariesGroupingsBg extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesBg extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$bg extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1915,8 +1915,8 @@ class _TranslationsLibrariesFilterCategoriesBg extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsBg extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$bg extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1944,8 +1944,8 @@ class _TranslationsLibrariesSortLabelsBg extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsBg extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$bg extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1967,8 +1967,8 @@ class _TranslationsExploreRowsBg extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusBg extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$bg extends Translations$explore$status$en {
|
||||
_Translations$explore$status$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -1980,8 +1980,8 @@ class _TranslationsExploreStatusBg extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionBg extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$bg extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -2000,8 +2000,8 @@ class _TranslationsCompanionRemoteSessionBg extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingBg extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$bg extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -2024,8 +2024,8 @@ class _TranslationsCompanionRemotePairingBg extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteBg extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$bg extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -2060,8 +2060,8 @@ class _TranslationsCompanionRemoteRemoteBg extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsBg extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$bg extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -2077,8 +2077,8 @@ class _TranslationsCompanionRemoteErrorsBg extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesBg extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$bg extends Translations$services$names$en {
|
||||
_Translations$services$names$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -2090,8 +2090,8 @@ class _TranslationsServicesNamesBg extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeBg extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$bg extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -2105,8 +2105,8 @@ class _TranslationsServicesDeviceCodeBg extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyBg extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$bg extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
@@ -2119,8 +2119,8 @@ class _TranslationsServicesOauthProxyBg extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterBg extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterBg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$bg extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$bg._(TranslationsBg root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsBg _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsDa extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsDa $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsDa(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppDa app = _TranslationsAppDa._(_root);
|
||||
@override late final _TranslationsAuthDa auth = _TranslationsAuthDa._(_root);
|
||||
@override late final _TranslationsCommonDa common = _TranslationsCommonDa._(_root);
|
||||
@override late final _TranslationsScreensDa screens = _TranslationsScreensDa._(_root);
|
||||
@override late final _TranslationsUpdateDa update = _TranslationsUpdateDa._(_root);
|
||||
@override late final _TranslationsSettingsDa settings = _TranslationsSettingsDa._(_root);
|
||||
@override late final _TranslationsSearchDa search = _TranslationsSearchDa._(_root);
|
||||
@override late final _TranslationsHotkeysDa hotkeys = _TranslationsHotkeysDa._(_root);
|
||||
@override late final _TranslationsFileInfoDa fileInfo = _TranslationsFileInfoDa._(_root);
|
||||
@override late final _TranslationsMediaMenuDa mediaMenu = _TranslationsMediaMenuDa._(_root);
|
||||
@override late final _TranslationsRateSheetDa rateSheet = _TranslationsRateSheetDa._(_root);
|
||||
@override late final _TranslationsAccessibilityDa accessibility = _TranslationsAccessibilityDa._(_root);
|
||||
@override late final _TranslationsTooltipsDa tooltips = _TranslationsTooltipsDa._(_root);
|
||||
@override late final _TranslationsAudioTracksDa audioTracks = _TranslationsAudioTracksDa._(_root);
|
||||
@override late final _TranslationsVideoControlsDa videoControls = _TranslationsVideoControlsDa._(_root);
|
||||
@override late final _TranslationsMessagesDa messages = _TranslationsMessagesDa._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingDa subtitlingStyling = _TranslationsSubtitlingStylingDa._(_root);
|
||||
@override late final _TranslationsMpvConfigDa mpvConfig = _TranslationsMpvConfigDa._(_root);
|
||||
@override late final _TranslationsDialogDa dialog = _TranslationsDialogDa._(_root);
|
||||
@override late final _TranslationsProfilesDa profiles = _TranslationsProfilesDa._(_root);
|
||||
@override late final _TranslationsConnectionsDa connections = _TranslationsConnectionsDa._(_root);
|
||||
@override late final _TranslationsDiscoverDa discover = _TranslationsDiscoverDa._(_root);
|
||||
@override late final _TranslationsErrorsDa errors = _TranslationsErrorsDa._(_root);
|
||||
@override late final _TranslationsLibrariesDa libraries = _TranslationsLibrariesDa._(_root);
|
||||
@override late final _TranslationsAboutDa about = _TranslationsAboutDa._(_root);
|
||||
@override late final _TranslationsServerSelectionDa serverSelection = _TranslationsServerSelectionDa._(_root);
|
||||
@override late final _TranslationsHubDetailDa hubDetail = _TranslationsHubDetailDa._(_root);
|
||||
@override late final _TranslationsLogsDa logs = _TranslationsLogsDa._(_root);
|
||||
@override late final _TranslationsLicensesDa licenses = _TranslationsLicensesDa._(_root);
|
||||
@override late final _TranslationsNavigationDa navigation = _TranslationsNavigationDa._(_root);
|
||||
@override late final _TranslationsExploreDa explore = _TranslationsExploreDa._(_root);
|
||||
@override late final _TranslationsLiveTvDa liveTv = _TranslationsLiveTvDa._(_root);
|
||||
@override late final _TranslationsCollectionsDa collections = _TranslationsCollectionsDa._(_root);
|
||||
@override late final _TranslationsPlaylistsDa playlists = _TranslationsPlaylistsDa._(_root);
|
||||
@override late final _TranslationsMusicDa music = _TranslationsMusicDa._(_root);
|
||||
@override late final _TranslationsWatchTogetherDa watchTogether = _TranslationsWatchTogetherDa._(_root);
|
||||
@override late final _TranslationsDownloadsDa downloads = _TranslationsDownloadsDa._(_root);
|
||||
@override late final _TranslationsShadersDa shaders = _TranslationsShadersDa._(_root);
|
||||
@override late final _TranslationsCompanionRemoteDa companionRemote = _TranslationsCompanionRemoteDa._(_root);
|
||||
@override late final _TranslationsVideoSettingsDa videoSettings = _TranslationsVideoSettingsDa._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayDa performanceOverlay = _TranslationsPerformanceOverlayDa._(_root);
|
||||
@override late final _TranslationsExternalPlayerDa externalPlayer = _TranslationsExternalPlayerDa._(_root);
|
||||
@override late final _TranslationsMetadataEditDa metadataEdit = _TranslationsMetadataEditDa._(_root);
|
||||
@override late final _TranslationsMatchScreenDa matchScreen = _TranslationsMatchScreenDa._(_root);
|
||||
@override late final _TranslationsServerTasksDa serverTasks = _TranslationsServerTasksDa._(_root);
|
||||
@override late final _TranslationsTraktDa trakt = _TranslationsTraktDa._(_root);
|
||||
@override late final _TranslationsSeerrDa seerr = _TranslationsSeerrDa._(_root);
|
||||
@override late final _TranslationsServicesDa services = _TranslationsServicesDa._(_root);
|
||||
@override late final _TranslationsAddServerDa addServer = _TranslationsAddServerDa._(_root);
|
||||
@override late final _Translations$app$da app = _Translations$app$da._(_root);
|
||||
@override late final _Translations$auth$da auth = _Translations$auth$da._(_root);
|
||||
@override late final _Translations$common$da common = _Translations$common$da._(_root);
|
||||
@override late final _Translations$screens$da screens = _Translations$screens$da._(_root);
|
||||
@override late final _Translations$update$da update = _Translations$update$da._(_root);
|
||||
@override late final _Translations$settings$da settings = _Translations$settings$da._(_root);
|
||||
@override late final _Translations$search$da search = _Translations$search$da._(_root);
|
||||
@override late final _Translations$hotkeys$da hotkeys = _Translations$hotkeys$da._(_root);
|
||||
@override late final _Translations$fileInfo$da fileInfo = _Translations$fileInfo$da._(_root);
|
||||
@override late final _Translations$mediaMenu$da mediaMenu = _Translations$mediaMenu$da._(_root);
|
||||
@override late final _Translations$rateSheet$da rateSheet = _Translations$rateSheet$da._(_root);
|
||||
@override late final _Translations$accessibility$da accessibility = _Translations$accessibility$da._(_root);
|
||||
@override late final _Translations$tooltips$da tooltips = _Translations$tooltips$da._(_root);
|
||||
@override late final _Translations$audioTracks$da audioTracks = _Translations$audioTracks$da._(_root);
|
||||
@override late final _Translations$videoControls$da videoControls = _Translations$videoControls$da._(_root);
|
||||
@override late final _Translations$messages$da messages = _Translations$messages$da._(_root);
|
||||
@override late final _Translations$subtitlingStyling$da subtitlingStyling = _Translations$subtitlingStyling$da._(_root);
|
||||
@override late final _Translations$mpvConfig$da mpvConfig = _Translations$mpvConfig$da._(_root);
|
||||
@override late final _Translations$dialog$da dialog = _Translations$dialog$da._(_root);
|
||||
@override late final _Translations$profiles$da profiles = _Translations$profiles$da._(_root);
|
||||
@override late final _Translations$connections$da connections = _Translations$connections$da._(_root);
|
||||
@override late final _Translations$discover$da discover = _Translations$discover$da._(_root);
|
||||
@override late final _Translations$errors$da errors = _Translations$errors$da._(_root);
|
||||
@override late final _Translations$libraries$da libraries = _Translations$libraries$da._(_root);
|
||||
@override late final _Translations$about$da about = _Translations$about$da._(_root);
|
||||
@override late final _Translations$serverSelection$da serverSelection = _Translations$serverSelection$da._(_root);
|
||||
@override late final _Translations$hubDetail$da hubDetail = _Translations$hubDetail$da._(_root);
|
||||
@override late final _Translations$logs$da logs = _Translations$logs$da._(_root);
|
||||
@override late final _Translations$licenses$da licenses = _Translations$licenses$da._(_root);
|
||||
@override late final _Translations$navigation$da navigation = _Translations$navigation$da._(_root);
|
||||
@override late final _Translations$explore$da explore = _Translations$explore$da._(_root);
|
||||
@override late final _Translations$liveTv$da liveTv = _Translations$liveTv$da._(_root);
|
||||
@override late final _Translations$collections$da collections = _Translations$collections$da._(_root);
|
||||
@override late final _Translations$playlists$da playlists = _Translations$playlists$da._(_root);
|
||||
@override late final _Translations$music$da music = _Translations$music$da._(_root);
|
||||
@override late final _Translations$watchTogether$da watchTogether = _Translations$watchTogether$da._(_root);
|
||||
@override late final _Translations$downloads$da downloads = _Translations$downloads$da._(_root);
|
||||
@override late final _Translations$shaders$da shaders = _Translations$shaders$da._(_root);
|
||||
@override late final _Translations$companionRemote$da companionRemote = _Translations$companionRemote$da._(_root);
|
||||
@override late final _Translations$videoSettings$da videoSettings = _Translations$videoSettings$da._(_root);
|
||||
@override late final _Translations$performanceOverlay$da performanceOverlay = _Translations$performanceOverlay$da._(_root);
|
||||
@override late final _Translations$externalPlayer$da externalPlayer = _Translations$externalPlayer$da._(_root);
|
||||
@override late final _Translations$metadataEdit$da metadataEdit = _Translations$metadataEdit$da._(_root);
|
||||
@override late final _Translations$matchScreen$da matchScreen = _Translations$matchScreen$da._(_root);
|
||||
@override late final _Translations$serverTasks$da serverTasks = _Translations$serverTasks$da._(_root);
|
||||
@override late final _Translations$trakt$da trakt = _Translations$trakt$da._(_root);
|
||||
@override late final _Translations$seerr$da seerr = _Translations$seerr$da._(_root);
|
||||
@override late final _Translations$services$da services = _Translations$services$da._(_root);
|
||||
@override late final _Translations$addServer$da addServer = _Translations$addServer$da._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppDa extends TranslationsAppEn {
|
||||
_TranslationsAppDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$da extends Translations$app$en {
|
||||
_Translations$app$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppDa extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthDa extends TranslationsAuthEn {
|
||||
_TranslationsAuthDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$da extends Translations$auth$en {
|
||||
_Translations$auth$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthDa extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonDa extends TranslationsCommonEn {
|
||||
_TranslationsCommonDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$da extends Translations$common$en {
|
||||
_Translations$common$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonDa extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensDa extends TranslationsScreensEn {
|
||||
_TranslationsScreensDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$da extends Translations$screens$en {
|
||||
_Translations$screens$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensDa extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateDa extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$da extends Translations$update$en {
|
||||
_Translations$update$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateDa extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsDa extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$da extends Translations$settings$en {
|
||||
_Translations$settings$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsDa extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchDa extends TranslationsSearchEn {
|
||||
_TranslationsSearchDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$da extends Translations$search$en {
|
||||
_Translations$search$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchDa extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysDa extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$da extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysDa extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Nuværende genvej:';
|
||||
@override String get pressToRecord => 'Vælg for at registrere en genvej';
|
||||
@override String get recordingShortcut => 'Tryk på genvejen nu';
|
||||
@override late final _TranslationsHotkeysActionsDa actions = _TranslationsHotkeysActionsDa._(_root);
|
||||
@override late final _Translations$hotkeys$actions$da actions = _Translations$hotkeys$actions$da._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoDa extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$da extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoDa extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuDa extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$da extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuDa extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetDa extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$da extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetDa extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityDa extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$da extends Translations$accessibility$en {
|
||||
_Translations$accessibility$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityDa extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsDa extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$da extends Translations$tooltips$en {
|
||||
_Translations$tooltips$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsDa extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksDa extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$da extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksDa extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsDa extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$da extends Translations$videoControls$en {
|
||||
_Translations$videoControls$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsDa extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Billede-i-billede kunne ikke starte';
|
||||
@override String get screenshotSaved => 'Skærmbillede gemt';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsDa pipErrors = _TranslationsVideoControlsPipErrorsDa._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$da pipErrors = _Translations$videoControls$pipErrors$da._(_root);
|
||||
@override String get chapters => 'Kapitler';
|
||||
@override String get noChaptersAvailable => 'Ingen kapitler tilgængelige';
|
||||
@override String get queue => 'Kø';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsDa extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesDa extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$da extends Translations$messages$en {
|
||||
_Translations$messages$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -765,8 +765,8 @@ class _TranslationsMessagesDa extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingDa extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$da extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -795,8 +795,8 @@ class _TranslationsSubtitlingStylingDa extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigDa extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$da extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -818,8 +818,8 @@ class _TranslationsMpvConfigDa extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogDa extends TranslationsDialogEn {
|
||||
_TranslationsDialogDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$da extends Translations$dialog$en {
|
||||
_Translations$dialog$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -828,8 +828,8 @@ class _TranslationsDialogDa extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesDa extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$da extends Translations$profiles$en {
|
||||
_Translations$profiles$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -897,8 +897,8 @@ class _TranslationsProfilesDa extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsDa extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$da extends Translations$connections$en {
|
||||
_Translations$connections$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -915,8 +915,8 @@ class _TranslationsConnectionsDa extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverDa extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$da extends Translations$discover$en {
|
||||
_Translations$discover$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -946,8 +946,8 @@ class _TranslationsDiscoverDa extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsDa extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$da extends Translations$errors$en {
|
||||
_Translations$errors$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -966,8 +966,8 @@ class _TranslationsErrorsDa extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesDa extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$da extends Translations$libraries$en {
|
||||
_Translations$libraries$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1013,15 +1013,15 @@ class _TranslationsLibrariesDa extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'Ingen samlinger i dette bibliotek';
|
||||
@override String get noFoldersFound => 'Ingen mapper fundet';
|
||||
@override String get folders => 'mapper';
|
||||
@override late final _TranslationsLibrariesTabsDa tabs = _TranslationsLibrariesTabsDa._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsDa groupings = _TranslationsLibrariesGroupingsDa._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesDa filterCategories = _TranslationsLibrariesFilterCategoriesDa._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsDa sortLabels = _TranslationsLibrariesSortLabelsDa._(_root);
|
||||
@override late final _Translations$libraries$tabs$da tabs = _Translations$libraries$tabs$da._(_root);
|
||||
@override late final _Translations$libraries$groupings$da groupings = _Translations$libraries$groupings$da._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$da filterCategories = _Translations$libraries$filterCategories$da._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$da sortLabels = _Translations$libraries$sortLabels$da._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutDa extends TranslationsAboutEn {
|
||||
_TranslationsAboutDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$da extends Translations$about$en {
|
||||
_Translations$about$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1034,8 +1034,8 @@ class _TranslationsAboutDa extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionDa extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$da extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1045,8 +1045,8 @@ class _TranslationsServerSelectionDa extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailDa extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$da extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1059,8 +1059,8 @@ class _TranslationsHubDetailDa extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsDa extends TranslationsLogsEn {
|
||||
_TranslationsLogsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$da extends Translations$logs$en {
|
||||
_Translations$logs$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1071,8 +1071,8 @@ class _TranslationsLogsDa extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesDa extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$da extends Translations$licenses$en {
|
||||
_Translations$licenses$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1084,8 +1084,8 @@ class _TranslationsLicensesDa extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationDa extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$da extends Translations$navigation$en {
|
||||
_Translations$navigation$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1097,16 +1097,16 @@ class _TranslationsNavigationDa extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreDa extends TranslationsExploreEn {
|
||||
_TranslationsExploreDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$da extends Translations$explore$en {
|
||||
_Translations$explore$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Udforsk';
|
||||
@override String get selectSource => 'Vælg kilde';
|
||||
@override late final _TranslationsExploreRowsDa rows = _TranslationsExploreRowsDa._(_root);
|
||||
@override late final _TranslationsExploreStatusDa status = _TranslationsExploreStatusDa._(_root);
|
||||
@override late final _Translations$explore$rows$da rows = _Translations$explore$rows$da._(_root);
|
||||
@override late final _Translations$explore$status$da status = _Translations$explore$status$da._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('da'))(n,
|
||||
one: '${n} afsnit',
|
||||
other: '${n} afsnit',
|
||||
@@ -1128,8 +1128,8 @@ class _TranslationsExploreDa extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvDa extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$da extends Translations$liveTv$en {
|
||||
_Translations$liveTv$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1204,8 +1204,8 @@ class _TranslationsLiveTvDa extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsDa extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$da extends Translations$collections$en {
|
||||
_Translations$collections$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1233,8 +1233,8 @@ class _TranslationsCollectionsDa extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsDa extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$da extends Translations$playlists$en {
|
||||
_Translations$playlists$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1268,8 +1268,8 @@ class _TranslationsPlaylistsDa extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicDa extends TranslationsMusicEn {
|
||||
_TranslationsMusicDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$da extends Translations$music$en {
|
||||
_Translations$music$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1302,8 +1302,8 @@ class _TranslationsMusicDa extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherDa extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$da extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1376,8 +1376,8 @@ class _TranslationsWatchTogetherDa extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsDa extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$da extends Translations$downloads$en {
|
||||
_Translations$downloads$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1452,8 +1452,8 @@ class _TranslationsDownloadsDa extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersDa extends TranslationsShadersEn {
|
||||
_TranslationsShadersDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$da extends Translations$shaders$en {
|
||||
_Translations$shaders$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1476,8 +1476,8 @@ class _TranslationsShadersDa extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteDa extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$da extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1485,15 +1485,15 @@ class _TranslationsCompanionRemoteDa extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Fjernbetjening';
|
||||
@override String connectedTo({required Object name}) => 'Forbundet til ${name}';
|
||||
@override String get unknownDevice => 'Ukendt enhed';
|
||||
@override late final _TranslationsCompanionRemoteSessionDa session = _TranslationsCompanionRemoteSessionDa._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingDa pairing = _TranslationsCompanionRemotePairingDa._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteDa remote = _TranslationsCompanionRemoteRemoteDa._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsDa errors = _TranslationsCompanionRemoteErrorsDa._(_root);
|
||||
@override late final _Translations$companionRemote$session$da session = _Translations$companionRemote$session$da._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$da pairing = _Translations$companionRemote$pairing$da._(_root);
|
||||
@override late final _Translations$companionRemote$remote$da remote = _Translations$companionRemote$remote$da._(_root);
|
||||
@override late final _Translations$companionRemote$errors$da errors = _Translations$companionRemote$errors$da._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsDa extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$da extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1514,8 +1514,8 @@ class _TranslationsVideoSettingsDa extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayDa extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$da extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1558,8 +1558,8 @@ class _TranslationsPerformanceOverlayDa extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerDa extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$da extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1583,8 +1583,8 @@ class _TranslationsExternalPlayerDa extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditDa extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$da extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1668,8 +1668,8 @@ class _TranslationsMetadataEditDa extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenDa extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$da extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1689,8 +1689,8 @@ class _TranslationsMatchScreenDa extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksDa extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$da extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1701,8 +1701,8 @@ class _TranslationsServerTasksDa extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktDa extends TranslationsTraktEn {
|
||||
_TranslationsTraktDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$da extends Translations$trakt$en {
|
||||
_Translations$trakt$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1719,8 +1719,8 @@ class _TranslationsTraktDa extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrDa extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$da extends Translations$seerr$en {
|
||||
_Translations$seerr$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1758,8 +1758,8 @@ class _TranslationsSeerrDa extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesDa extends TranslationsServicesEn {
|
||||
_TranslationsServicesDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$da extends Translations$services$en {
|
||||
_Translations$services$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1773,15 +1773,15 @@ class _TranslationsServicesDa extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => 'Afbryd ${service}?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy stopper med at opdatere ${service}. Tilslut igen når som helst.';
|
||||
@override String connectFailed({required Object service}) => 'Kunne ikke forbinde til ${service}. Prøv igen.';
|
||||
@override late final _TranslationsServicesNamesDa names = _TranslationsServicesNamesDa._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeDa deviceCode = _TranslationsServicesDeviceCodeDa._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyDa oauthProxy = _TranslationsServicesOauthProxyDa._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterDa libraryFilter = _TranslationsServicesLibraryFilterDa._(_root);
|
||||
@override late final _Translations$services$names$da names = _Translations$services$names$da._(_root);
|
||||
@override late final _Translations$services$deviceCode$da deviceCode = _Translations$services$deviceCode$da._(_root);
|
||||
@override late final _Translations$services$oauthProxy$da oauthProxy = _Translations$services$oauthProxy$da._(_root);
|
||||
@override late final _Translations$services$libraryFilter$da libraryFilter = _Translations$services$libraryFilter$da._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerDa extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$da extends Translations$addServer$en {
|
||||
_Translations$addServer$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1817,8 +1817,8 @@ class _TranslationsAddServerDa extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsDa extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$da extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1851,8 +1851,8 @@ class _TranslationsHotkeysActionsDa extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsDa extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$da extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1867,8 +1867,8 @@ class _TranslationsVideoControlsPipErrorsDa extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsDa extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$da extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1880,8 +1880,8 @@ class _TranslationsLibrariesTabsDa extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsDa extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$da extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1899,8 +1899,8 @@ class _TranslationsLibrariesGroupingsDa extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesDa extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$da extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1915,8 +1915,8 @@ class _TranslationsLibrariesFilterCategoriesDa extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsDa extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$da extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1944,8 +1944,8 @@ class _TranslationsLibrariesSortLabelsDa extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsDa extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$da extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1967,8 +1967,8 @@ class _TranslationsExploreRowsDa extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusDa extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$da extends Translations$explore$status$en {
|
||||
_Translations$explore$status$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -1980,8 +1980,8 @@ class _TranslationsExploreStatusDa extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionDa extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$da extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -2000,8 +2000,8 @@ class _TranslationsCompanionRemoteSessionDa extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingDa extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$da extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -2024,8 +2024,8 @@ class _TranslationsCompanionRemotePairingDa extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteDa extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$da extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -2060,8 +2060,8 @@ class _TranslationsCompanionRemoteRemoteDa extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsDa extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$da extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -2077,8 +2077,8 @@ class _TranslationsCompanionRemoteErrorsDa extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesDa extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$da extends Translations$services$names$en {
|
||||
_Translations$services$names$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -2090,8 +2090,8 @@ class _TranslationsServicesNamesDa extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeDa extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$da extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -2105,8 +2105,8 @@ class _TranslationsServicesDeviceCodeDa extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyDa extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$da extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
@@ -2119,8 +2119,8 @@ class _TranslationsServicesOauthProxyDa extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterDa extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterDa._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$da extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$da._(TranslationsDa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDa _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsDe extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsDe $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsDe(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppDe app = _TranslationsAppDe._(_root);
|
||||
@override late final _TranslationsAuthDe auth = _TranslationsAuthDe._(_root);
|
||||
@override late final _TranslationsCommonDe common = _TranslationsCommonDe._(_root);
|
||||
@override late final _TranslationsScreensDe screens = _TranslationsScreensDe._(_root);
|
||||
@override late final _TranslationsUpdateDe update = _TranslationsUpdateDe._(_root);
|
||||
@override late final _TranslationsSettingsDe settings = _TranslationsSettingsDe._(_root);
|
||||
@override late final _TranslationsSearchDe search = _TranslationsSearchDe._(_root);
|
||||
@override late final _TranslationsHotkeysDe hotkeys = _TranslationsHotkeysDe._(_root);
|
||||
@override late final _TranslationsFileInfoDe fileInfo = _TranslationsFileInfoDe._(_root);
|
||||
@override late final _TranslationsMediaMenuDe mediaMenu = _TranslationsMediaMenuDe._(_root);
|
||||
@override late final _TranslationsRateSheetDe rateSheet = _TranslationsRateSheetDe._(_root);
|
||||
@override late final _TranslationsAccessibilityDe accessibility = _TranslationsAccessibilityDe._(_root);
|
||||
@override late final _TranslationsTooltipsDe tooltips = _TranslationsTooltipsDe._(_root);
|
||||
@override late final _TranslationsAudioTracksDe audioTracks = _TranslationsAudioTracksDe._(_root);
|
||||
@override late final _TranslationsVideoControlsDe videoControls = _TranslationsVideoControlsDe._(_root);
|
||||
@override late final _TranslationsMessagesDe messages = _TranslationsMessagesDe._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingDe subtitlingStyling = _TranslationsSubtitlingStylingDe._(_root);
|
||||
@override late final _TranslationsMpvConfigDe mpvConfig = _TranslationsMpvConfigDe._(_root);
|
||||
@override late final _TranslationsDialogDe dialog = _TranslationsDialogDe._(_root);
|
||||
@override late final _TranslationsProfilesDe profiles = _TranslationsProfilesDe._(_root);
|
||||
@override late final _TranslationsConnectionsDe connections = _TranslationsConnectionsDe._(_root);
|
||||
@override late final _TranslationsDiscoverDe discover = _TranslationsDiscoverDe._(_root);
|
||||
@override late final _TranslationsErrorsDe errors = _TranslationsErrorsDe._(_root);
|
||||
@override late final _TranslationsLibrariesDe libraries = _TranslationsLibrariesDe._(_root);
|
||||
@override late final _TranslationsAboutDe about = _TranslationsAboutDe._(_root);
|
||||
@override late final _TranslationsServerSelectionDe serverSelection = _TranslationsServerSelectionDe._(_root);
|
||||
@override late final _TranslationsHubDetailDe hubDetail = _TranslationsHubDetailDe._(_root);
|
||||
@override late final _TranslationsLogsDe logs = _TranslationsLogsDe._(_root);
|
||||
@override late final _TranslationsLicensesDe licenses = _TranslationsLicensesDe._(_root);
|
||||
@override late final _TranslationsNavigationDe navigation = _TranslationsNavigationDe._(_root);
|
||||
@override late final _TranslationsExploreDe explore = _TranslationsExploreDe._(_root);
|
||||
@override late final _TranslationsLiveTvDe liveTv = _TranslationsLiveTvDe._(_root);
|
||||
@override late final _TranslationsCollectionsDe collections = _TranslationsCollectionsDe._(_root);
|
||||
@override late final _TranslationsPlaylistsDe playlists = _TranslationsPlaylistsDe._(_root);
|
||||
@override late final _TranslationsMusicDe music = _TranslationsMusicDe._(_root);
|
||||
@override late final _TranslationsWatchTogetherDe watchTogether = _TranslationsWatchTogetherDe._(_root);
|
||||
@override late final _TranslationsDownloadsDe downloads = _TranslationsDownloadsDe._(_root);
|
||||
@override late final _TranslationsShadersDe shaders = _TranslationsShadersDe._(_root);
|
||||
@override late final _TranslationsCompanionRemoteDe companionRemote = _TranslationsCompanionRemoteDe._(_root);
|
||||
@override late final _TranslationsVideoSettingsDe videoSettings = _TranslationsVideoSettingsDe._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayDe performanceOverlay = _TranslationsPerformanceOverlayDe._(_root);
|
||||
@override late final _TranslationsExternalPlayerDe externalPlayer = _TranslationsExternalPlayerDe._(_root);
|
||||
@override late final _TranslationsMetadataEditDe metadataEdit = _TranslationsMetadataEditDe._(_root);
|
||||
@override late final _TranslationsMatchScreenDe matchScreen = _TranslationsMatchScreenDe._(_root);
|
||||
@override late final _TranslationsServerTasksDe serverTasks = _TranslationsServerTasksDe._(_root);
|
||||
@override late final _TranslationsTraktDe trakt = _TranslationsTraktDe._(_root);
|
||||
@override late final _TranslationsSeerrDe seerr = _TranslationsSeerrDe._(_root);
|
||||
@override late final _TranslationsServicesDe services = _TranslationsServicesDe._(_root);
|
||||
@override late final _TranslationsAddServerDe addServer = _TranslationsAddServerDe._(_root);
|
||||
@override late final _Translations$app$de app = _Translations$app$de._(_root);
|
||||
@override late final _Translations$auth$de auth = _Translations$auth$de._(_root);
|
||||
@override late final _Translations$common$de common = _Translations$common$de._(_root);
|
||||
@override late final _Translations$screens$de screens = _Translations$screens$de._(_root);
|
||||
@override late final _Translations$update$de update = _Translations$update$de._(_root);
|
||||
@override late final _Translations$settings$de settings = _Translations$settings$de._(_root);
|
||||
@override late final _Translations$search$de search = _Translations$search$de._(_root);
|
||||
@override late final _Translations$hotkeys$de hotkeys = _Translations$hotkeys$de._(_root);
|
||||
@override late final _Translations$fileInfo$de fileInfo = _Translations$fileInfo$de._(_root);
|
||||
@override late final _Translations$mediaMenu$de mediaMenu = _Translations$mediaMenu$de._(_root);
|
||||
@override late final _Translations$rateSheet$de rateSheet = _Translations$rateSheet$de._(_root);
|
||||
@override late final _Translations$accessibility$de accessibility = _Translations$accessibility$de._(_root);
|
||||
@override late final _Translations$tooltips$de tooltips = _Translations$tooltips$de._(_root);
|
||||
@override late final _Translations$audioTracks$de audioTracks = _Translations$audioTracks$de._(_root);
|
||||
@override late final _Translations$videoControls$de videoControls = _Translations$videoControls$de._(_root);
|
||||
@override late final _Translations$messages$de messages = _Translations$messages$de._(_root);
|
||||
@override late final _Translations$subtitlingStyling$de subtitlingStyling = _Translations$subtitlingStyling$de._(_root);
|
||||
@override late final _Translations$mpvConfig$de mpvConfig = _Translations$mpvConfig$de._(_root);
|
||||
@override late final _Translations$dialog$de dialog = _Translations$dialog$de._(_root);
|
||||
@override late final _Translations$profiles$de profiles = _Translations$profiles$de._(_root);
|
||||
@override late final _Translations$connections$de connections = _Translations$connections$de._(_root);
|
||||
@override late final _Translations$discover$de discover = _Translations$discover$de._(_root);
|
||||
@override late final _Translations$errors$de errors = _Translations$errors$de._(_root);
|
||||
@override late final _Translations$libraries$de libraries = _Translations$libraries$de._(_root);
|
||||
@override late final _Translations$about$de about = _Translations$about$de._(_root);
|
||||
@override late final _Translations$serverSelection$de serverSelection = _Translations$serverSelection$de._(_root);
|
||||
@override late final _Translations$hubDetail$de hubDetail = _Translations$hubDetail$de._(_root);
|
||||
@override late final _Translations$logs$de logs = _Translations$logs$de._(_root);
|
||||
@override late final _Translations$licenses$de licenses = _Translations$licenses$de._(_root);
|
||||
@override late final _Translations$navigation$de navigation = _Translations$navigation$de._(_root);
|
||||
@override late final _Translations$explore$de explore = _Translations$explore$de._(_root);
|
||||
@override late final _Translations$liveTv$de liveTv = _Translations$liveTv$de._(_root);
|
||||
@override late final _Translations$collections$de collections = _Translations$collections$de._(_root);
|
||||
@override late final _Translations$playlists$de playlists = _Translations$playlists$de._(_root);
|
||||
@override late final _Translations$music$de music = _Translations$music$de._(_root);
|
||||
@override late final _Translations$watchTogether$de watchTogether = _Translations$watchTogether$de._(_root);
|
||||
@override late final _Translations$downloads$de downloads = _Translations$downloads$de._(_root);
|
||||
@override late final _Translations$shaders$de shaders = _Translations$shaders$de._(_root);
|
||||
@override late final _Translations$companionRemote$de companionRemote = _Translations$companionRemote$de._(_root);
|
||||
@override late final _Translations$videoSettings$de videoSettings = _Translations$videoSettings$de._(_root);
|
||||
@override late final _Translations$performanceOverlay$de performanceOverlay = _Translations$performanceOverlay$de._(_root);
|
||||
@override late final _Translations$externalPlayer$de externalPlayer = _Translations$externalPlayer$de._(_root);
|
||||
@override late final _Translations$metadataEdit$de metadataEdit = _Translations$metadataEdit$de._(_root);
|
||||
@override late final _Translations$matchScreen$de matchScreen = _Translations$matchScreen$de._(_root);
|
||||
@override late final _Translations$serverTasks$de serverTasks = _Translations$serverTasks$de._(_root);
|
||||
@override late final _Translations$trakt$de trakt = _Translations$trakt$de._(_root);
|
||||
@override late final _Translations$seerr$de seerr = _Translations$seerr$de._(_root);
|
||||
@override late final _Translations$services$de services = _Translations$services$de._(_root);
|
||||
@override late final _Translations$addServer$de addServer = _Translations$addServer$de._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppDe extends TranslationsAppEn {
|
||||
_TranslationsAppDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$de extends Translations$app$en {
|
||||
_Translations$app$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppDe extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthDe extends TranslationsAuthEn {
|
||||
_TranslationsAuthDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$de extends Translations$auth$en {
|
||||
_Translations$auth$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthDe extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonDe extends TranslationsCommonEn {
|
||||
_TranslationsCommonDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$de extends Translations$common$en {
|
||||
_Translations$common$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonDe extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensDe extends TranslationsScreensEn {
|
||||
_TranslationsScreensDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$de extends Translations$screens$en {
|
||||
_Translations$screens$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensDe extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateDe extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$de extends Translations$update$en {
|
||||
_Translations$update$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateDe extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsDe extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$de extends Translations$settings$en {
|
||||
_Translations$settings$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -463,8 +463,8 @@ class _TranslationsSettingsDe extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchDe extends TranslationsSearchEn {
|
||||
_TranslationsSearchDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$de extends Translations$search$en {
|
||||
_Translations$search$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -476,8 +476,8 @@ class _TranslationsSearchDe extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysDe extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$de extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -488,12 +488,12 @@ class _TranslationsHotkeysDe extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Aktuelle Tastenkombination:';
|
||||
@override String get pressToRecord => 'Auswählen, um eine Tastenkombination aufzuzeichnen';
|
||||
@override String get recordingShortcut => 'Jetzt die Tastenkombination drücken';
|
||||
@override late final _TranslationsHotkeysActionsDe actions = _TranslationsHotkeysActionsDe._(_root);
|
||||
@override late final _Translations$hotkeys$actions$de actions = _Translations$hotkeys$actions$de._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoDe extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$de extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -526,8 +526,8 @@ class _TranslationsFileInfoDe extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuDe extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$de extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -551,8 +551,8 @@ class _TranslationsMediaMenuDe extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetDe extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$de extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -567,8 +567,8 @@ class _TranslationsRateSheetDe extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityDe extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$de extends Translations$accessibility$en {
|
||||
_Translations$accessibility$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -598,8 +598,8 @@ class _TranslationsAccessibilityDe extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsDe extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$de extends Translations$tooltips$en {
|
||||
_Translations$tooltips$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -611,8 +611,8 @@ class _TranslationsTooltipsDe extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksDe extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$de extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -621,8 +621,8 @@ class _TranslationsAudioTracksDe extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsDe extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$de extends Translations$videoControls$en {
|
||||
_Translations$videoControls$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -688,7 +688,7 @@ class _TranslationsVideoControlsDe extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Bild-in-Bild konnte nicht gestartet werden';
|
||||
@override String get screenshotSaved => 'Screenshot gespeichert';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsDe pipErrors = _TranslationsVideoControlsPipErrorsDe._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$de pipErrors = _Translations$videoControls$pipErrors$de._(_root);
|
||||
@override String get chapters => 'Kapitel';
|
||||
@override String get noChaptersAvailable => 'Keine Kapitel verfügbar';
|
||||
@override String get queue => 'Warteschlange';
|
||||
@@ -706,8 +706,8 @@ class _TranslationsVideoControlsDe extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesDe extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$de extends Translations$messages$en {
|
||||
_Translations$messages$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -767,8 +767,8 @@ class _TranslationsMessagesDe extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingDe extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$de extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -797,8 +797,8 @@ class _TranslationsSubtitlingStylingDe extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigDe extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$de extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -820,8 +820,8 @@ class _TranslationsMpvConfigDe extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogDe extends TranslationsDialogEn {
|
||||
_TranslationsDialogDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$de extends Translations$dialog$en {
|
||||
_Translations$dialog$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -830,8 +830,8 @@ class _TranslationsDialogDe extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesDe extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$de extends Translations$profiles$en {
|
||||
_Translations$profiles$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -899,8 +899,8 @@ class _TranslationsProfilesDe extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsDe extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$de extends Translations$connections$en {
|
||||
_Translations$connections$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -917,8 +917,8 @@ class _TranslationsConnectionsDe extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverDe extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$de extends Translations$discover$en {
|
||||
_Translations$discover$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -948,8 +948,8 @@ class _TranslationsDiscoverDe extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsDe extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$de extends Translations$errors$en {
|
||||
_Translations$errors$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -968,8 +968,8 @@ class _TranslationsErrorsDe extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesDe extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$de extends Translations$libraries$en {
|
||||
_Translations$libraries$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1015,15 +1015,15 @@ class _TranslationsLibrariesDe extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'Keine Sammlungen in dieser Mediathek';
|
||||
@override String get noFoldersFound => 'Keine Ordner gefunden';
|
||||
@override String get folders => 'Ordner';
|
||||
@override late final _TranslationsLibrariesTabsDe tabs = _TranslationsLibrariesTabsDe._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsDe groupings = _TranslationsLibrariesGroupingsDe._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesDe filterCategories = _TranslationsLibrariesFilterCategoriesDe._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsDe sortLabels = _TranslationsLibrariesSortLabelsDe._(_root);
|
||||
@override late final _Translations$libraries$tabs$de tabs = _Translations$libraries$tabs$de._(_root);
|
||||
@override late final _Translations$libraries$groupings$de groupings = _Translations$libraries$groupings$de._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$de filterCategories = _Translations$libraries$filterCategories$de._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$de sortLabels = _Translations$libraries$sortLabels$de._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutDe extends TranslationsAboutEn {
|
||||
_TranslationsAboutDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$de extends Translations$about$en {
|
||||
_Translations$about$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1036,8 +1036,8 @@ class _TranslationsAboutDe extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionDe extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$de extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1047,8 +1047,8 @@ class _TranslationsServerSelectionDe extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailDe extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$de extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1061,8 +1061,8 @@ class _TranslationsHubDetailDe extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsDe extends TranslationsLogsEn {
|
||||
_TranslationsLogsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$de extends Translations$logs$en {
|
||||
_Translations$logs$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1073,8 +1073,8 @@ class _TranslationsLogsDe extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesDe extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$de extends Translations$licenses$en {
|
||||
_Translations$licenses$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1086,8 +1086,8 @@ class _TranslationsLicensesDe extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationDe extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$de extends Translations$navigation$en {
|
||||
_Translations$navigation$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1099,16 +1099,16 @@ class _TranslationsNavigationDe extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreDe extends TranslationsExploreEn {
|
||||
_TranslationsExploreDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$de extends Translations$explore$en {
|
||||
_Translations$explore$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Erkunden';
|
||||
@override String get selectSource => 'Quelle auswählen';
|
||||
@override late final _TranslationsExploreRowsDe rows = _TranslationsExploreRowsDe._(_root);
|
||||
@override late final _TranslationsExploreStatusDe status = _TranslationsExploreStatusDe._(_root);
|
||||
@override late final _Translations$explore$rows$de rows = _Translations$explore$rows$de._(_root);
|
||||
@override late final _Translations$explore$status$de status = _Translations$explore$status$de._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('de'))(n,
|
||||
one: '${n} Folge',
|
||||
other: '${n} Folgen',
|
||||
@@ -1130,8 +1130,8 @@ class _TranslationsExploreDe extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvDe extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$de extends Translations$liveTv$en {
|
||||
_Translations$liveTv$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1206,8 +1206,8 @@ class _TranslationsLiveTvDe extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsDe extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$de extends Translations$collections$en {
|
||||
_Translations$collections$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1235,8 +1235,8 @@ class _TranslationsCollectionsDe extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsDe extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$de extends Translations$playlists$en {
|
||||
_Translations$playlists$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1270,8 +1270,8 @@ class _TranslationsPlaylistsDe extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicDe extends TranslationsMusicEn {
|
||||
_TranslationsMusicDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$de extends Translations$music$en {
|
||||
_Translations$music$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1304,8 +1304,8 @@ class _TranslationsMusicDe extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherDe extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$de extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1378,8 +1378,8 @@ class _TranslationsWatchTogetherDe extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsDe extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$de extends Translations$downloads$en {
|
||||
_Translations$downloads$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1454,8 +1454,8 @@ class _TranslationsDownloadsDe extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersDe extends TranslationsShadersEn {
|
||||
_TranslationsShadersDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$de extends Translations$shaders$en {
|
||||
_Translations$shaders$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1478,8 +1478,8 @@ class _TranslationsShadersDe extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteDe extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$de extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1487,15 +1487,15 @@ class _TranslationsCompanionRemoteDe extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Companion-Fernbedienung';
|
||||
@override String connectedTo({required Object name}) => 'Verbunden mit ${name}';
|
||||
@override String get unknownDevice => 'Unbekanntes Gerät';
|
||||
@override late final _TranslationsCompanionRemoteSessionDe session = _TranslationsCompanionRemoteSessionDe._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingDe pairing = _TranslationsCompanionRemotePairingDe._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteDe remote = _TranslationsCompanionRemoteRemoteDe._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsDe errors = _TranslationsCompanionRemoteErrorsDe._(_root);
|
||||
@override late final _Translations$companionRemote$session$de session = _Translations$companionRemote$session$de._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$de pairing = _Translations$companionRemote$pairing$de._(_root);
|
||||
@override late final _Translations$companionRemote$remote$de remote = _Translations$companionRemote$remote$de._(_root);
|
||||
@override late final _Translations$companionRemote$errors$de errors = _Translations$companionRemote$errors$de._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsDe extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$de extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1516,8 +1516,8 @@ class _TranslationsVideoSettingsDe extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayDe extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$de extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1560,8 +1560,8 @@ class _TranslationsPerformanceOverlayDe extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerDe extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$de extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1585,8 +1585,8 @@ class _TranslationsExternalPlayerDe extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditDe extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$de extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1670,8 +1670,8 @@ class _TranslationsMetadataEditDe extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenDe extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$de extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1691,8 +1691,8 @@ class _TranslationsMatchScreenDe extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksDe extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$de extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1703,8 +1703,8 @@ class _TranslationsServerTasksDe extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktDe extends TranslationsTraktEn {
|
||||
_TranslationsTraktDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$de extends Translations$trakt$en {
|
||||
_Translations$trakt$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1721,8 +1721,8 @@ class _TranslationsTraktDe extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrDe extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$de extends Translations$seerr$en {
|
||||
_Translations$seerr$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1760,8 +1760,8 @@ class _TranslationsSeerrDe extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesDe extends TranslationsServicesEn {
|
||||
_TranslationsServicesDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$de extends Translations$services$en {
|
||||
_Translations$services$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1775,15 +1775,15 @@ class _TranslationsServicesDe extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => '${service} trennen?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy aktualisiert ${service} nicht mehr. Jederzeit erneut verbinden.';
|
||||
@override String connectFailed({required Object service}) => 'Verbindung zu ${service} fehlgeschlagen. Versuche es erneut.';
|
||||
@override late final _TranslationsServicesNamesDe names = _TranslationsServicesNamesDe._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeDe deviceCode = _TranslationsServicesDeviceCodeDe._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyDe oauthProxy = _TranslationsServicesOauthProxyDe._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterDe libraryFilter = _TranslationsServicesLibraryFilterDe._(_root);
|
||||
@override late final _Translations$services$names$de names = _Translations$services$names$de._(_root);
|
||||
@override late final _Translations$services$deviceCode$de deviceCode = _Translations$services$deviceCode$de._(_root);
|
||||
@override late final _Translations$services$oauthProxy$de oauthProxy = _Translations$services$oauthProxy$de._(_root);
|
||||
@override late final _Translations$services$libraryFilter$de libraryFilter = _Translations$services$libraryFilter$de._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerDe extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$de extends Translations$addServer$en {
|
||||
_Translations$addServer$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1819,8 +1819,8 @@ class _TranslationsAddServerDe extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsDe extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$de extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1853,8 +1853,8 @@ class _TranslationsHotkeysActionsDe extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsDe extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$de extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1869,8 +1869,8 @@ class _TranslationsVideoControlsPipErrorsDe extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsDe extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$de extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1882,8 +1882,8 @@ class _TranslationsLibrariesTabsDe extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsDe extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$de extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1901,8 +1901,8 @@ class _TranslationsLibrariesGroupingsDe extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesDe extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$de extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1917,8 +1917,8 @@ class _TranslationsLibrariesFilterCategoriesDe extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsDe extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$de extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1946,8 +1946,8 @@ class _TranslationsLibrariesSortLabelsDe extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsDe extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$de extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1969,8 +1969,8 @@ class _TranslationsExploreRowsDe extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusDe extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$de extends Translations$explore$status$en {
|
||||
_Translations$explore$status$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -1982,8 +1982,8 @@ class _TranslationsExploreStatusDe extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionDe extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$de extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -2002,8 +2002,8 @@ class _TranslationsCompanionRemoteSessionDe extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingDe extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$de extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -2026,8 +2026,8 @@ class _TranslationsCompanionRemotePairingDe extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteDe extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$de extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -2062,8 +2062,8 @@ class _TranslationsCompanionRemoteRemoteDe extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsDe extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$de extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -2079,8 +2079,8 @@ class _TranslationsCompanionRemoteErrorsDe extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesDe extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$de extends Translations$services$names$en {
|
||||
_Translations$services$names$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -2092,8 +2092,8 @@ class _TranslationsServicesNamesDe extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeDe extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$de extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -2107,8 +2107,8 @@ class _TranslationsServicesDeviceCodeDe extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyDe extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$de extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
@@ -2121,8 +2121,8 @@ class _TranslationsServicesOauthProxyDe extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterDe extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterDe._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$de extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$de._(TranslationsDe root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsDe _root; // ignore: unused_field
|
||||
|
||||
|
||||
+197
-203
@@ -40,60 +40,60 @@ class Translations with BaseTranslations<AppLocale, Translations> {
|
||||
Translations $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => Translations(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
late final TranslationsAppEn app = TranslationsAppEn.internal(_root);
|
||||
late final TranslationsAuthEn auth = TranslationsAuthEn.internal(_root);
|
||||
late final TranslationsCommonEn common = TranslationsCommonEn.internal(_root);
|
||||
late final TranslationsScreensEn screens = TranslationsScreensEn.internal(_root);
|
||||
late final TranslationsUpdateEn update = TranslationsUpdateEn.internal(_root);
|
||||
late final TranslationsSettingsEn settings = TranslationsSettingsEn.internal(_root);
|
||||
late final TranslationsSearchEn search = TranslationsSearchEn.internal(_root);
|
||||
late final TranslationsHotkeysEn hotkeys = TranslationsHotkeysEn.internal(_root);
|
||||
late final TranslationsFileInfoEn fileInfo = TranslationsFileInfoEn.internal(_root);
|
||||
late final TranslationsMediaMenuEn mediaMenu = TranslationsMediaMenuEn.internal(_root);
|
||||
late final TranslationsRateSheetEn rateSheet = TranslationsRateSheetEn.internal(_root);
|
||||
late final TranslationsAccessibilityEn accessibility = TranslationsAccessibilityEn.internal(_root);
|
||||
late final TranslationsTooltipsEn tooltips = TranslationsTooltipsEn.internal(_root);
|
||||
late final TranslationsAudioTracksEn audioTracks = TranslationsAudioTracksEn.internal(_root);
|
||||
late final TranslationsVideoControlsEn videoControls = TranslationsVideoControlsEn.internal(_root);
|
||||
late final TranslationsMessagesEn messages = TranslationsMessagesEn.internal(_root);
|
||||
late final TranslationsSubtitlingStylingEn subtitlingStyling = TranslationsSubtitlingStylingEn.internal(_root);
|
||||
late final TranslationsMpvConfigEn mpvConfig = TranslationsMpvConfigEn.internal(_root);
|
||||
late final TranslationsDialogEn dialog = TranslationsDialogEn.internal(_root);
|
||||
late final TranslationsProfilesEn profiles = TranslationsProfilesEn.internal(_root);
|
||||
late final TranslationsConnectionsEn connections = TranslationsConnectionsEn.internal(_root);
|
||||
late final TranslationsDiscoverEn discover = TranslationsDiscoverEn.internal(_root);
|
||||
late final TranslationsErrorsEn errors = TranslationsErrorsEn.internal(_root);
|
||||
late final TranslationsLibrariesEn libraries = TranslationsLibrariesEn.internal(_root);
|
||||
late final TranslationsAboutEn about = TranslationsAboutEn.internal(_root);
|
||||
late final TranslationsServerSelectionEn serverSelection = TranslationsServerSelectionEn.internal(_root);
|
||||
late final TranslationsHubDetailEn hubDetail = TranslationsHubDetailEn.internal(_root);
|
||||
late final TranslationsLogsEn logs = TranslationsLogsEn.internal(_root);
|
||||
late final TranslationsLicensesEn licenses = TranslationsLicensesEn.internal(_root);
|
||||
late final TranslationsNavigationEn navigation = TranslationsNavigationEn.internal(_root);
|
||||
late final TranslationsExploreEn explore = TranslationsExploreEn.internal(_root);
|
||||
late final TranslationsLiveTvEn liveTv = TranslationsLiveTvEn.internal(_root);
|
||||
late final TranslationsCollectionsEn collections = TranslationsCollectionsEn.internal(_root);
|
||||
late final TranslationsPlaylistsEn playlists = TranslationsPlaylistsEn.internal(_root);
|
||||
late final TranslationsMusicEn music = TranslationsMusicEn.internal(_root);
|
||||
late final TranslationsWatchTogetherEn watchTogether = TranslationsWatchTogetherEn.internal(_root);
|
||||
late final TranslationsDownloadsEn downloads = TranslationsDownloadsEn.internal(_root);
|
||||
late final TranslationsShadersEn shaders = TranslationsShadersEn.internal(_root);
|
||||
late final TranslationsCompanionRemoteEn companionRemote = TranslationsCompanionRemoteEn.internal(_root);
|
||||
late final TranslationsVideoSettingsEn videoSettings = TranslationsVideoSettingsEn.internal(_root);
|
||||
late final TranslationsPerformanceOverlayEn performanceOverlay = TranslationsPerformanceOverlayEn.internal(_root);
|
||||
late final TranslationsExternalPlayerEn externalPlayer = TranslationsExternalPlayerEn.internal(_root);
|
||||
late final TranslationsMetadataEditEn metadataEdit = TranslationsMetadataEditEn.internal(_root);
|
||||
late final TranslationsMatchScreenEn matchScreen = TranslationsMatchScreenEn.internal(_root);
|
||||
late final TranslationsServerTasksEn serverTasks = TranslationsServerTasksEn.internal(_root);
|
||||
late final TranslationsTraktEn trakt = TranslationsTraktEn.internal(_root);
|
||||
late final TranslationsSeerrEn seerr = TranslationsSeerrEn.internal(_root);
|
||||
late final TranslationsServicesEn services = TranslationsServicesEn.internal(_root);
|
||||
late final TranslationsAddServerEn addServer = TranslationsAddServerEn.internal(_root);
|
||||
late final Translations$app$en app = Translations$app$en.internal(_root);
|
||||
late final Translations$auth$en auth = Translations$auth$en.internal(_root);
|
||||
late final Translations$common$en common = Translations$common$en.internal(_root);
|
||||
late final Translations$screens$en screens = Translations$screens$en.internal(_root);
|
||||
late final Translations$update$en update = Translations$update$en.internal(_root);
|
||||
late final Translations$settings$en settings = Translations$settings$en.internal(_root);
|
||||
late final Translations$search$en search = Translations$search$en.internal(_root);
|
||||
late final Translations$hotkeys$en hotkeys = Translations$hotkeys$en.internal(_root);
|
||||
late final Translations$fileInfo$en fileInfo = Translations$fileInfo$en.internal(_root);
|
||||
late final Translations$mediaMenu$en mediaMenu = Translations$mediaMenu$en.internal(_root);
|
||||
late final Translations$rateSheet$en rateSheet = Translations$rateSheet$en.internal(_root);
|
||||
late final Translations$accessibility$en accessibility = Translations$accessibility$en.internal(_root);
|
||||
late final Translations$tooltips$en tooltips = Translations$tooltips$en.internal(_root);
|
||||
late final Translations$audioTracks$en audioTracks = Translations$audioTracks$en.internal(_root);
|
||||
late final Translations$videoControls$en videoControls = Translations$videoControls$en.internal(_root);
|
||||
late final Translations$messages$en messages = Translations$messages$en.internal(_root);
|
||||
late final Translations$subtitlingStyling$en subtitlingStyling = Translations$subtitlingStyling$en.internal(_root);
|
||||
late final Translations$mpvConfig$en mpvConfig = Translations$mpvConfig$en.internal(_root);
|
||||
late final Translations$dialog$en dialog = Translations$dialog$en.internal(_root);
|
||||
late final Translations$profiles$en profiles = Translations$profiles$en.internal(_root);
|
||||
late final Translations$connections$en connections = Translations$connections$en.internal(_root);
|
||||
late final Translations$discover$en discover = Translations$discover$en.internal(_root);
|
||||
late final Translations$errors$en errors = Translations$errors$en.internal(_root);
|
||||
late final Translations$libraries$en libraries = Translations$libraries$en.internal(_root);
|
||||
late final Translations$about$en about = Translations$about$en.internal(_root);
|
||||
late final Translations$serverSelection$en serverSelection = Translations$serverSelection$en.internal(_root);
|
||||
late final Translations$hubDetail$en hubDetail = Translations$hubDetail$en.internal(_root);
|
||||
late final Translations$logs$en logs = Translations$logs$en.internal(_root);
|
||||
late final Translations$licenses$en licenses = Translations$licenses$en.internal(_root);
|
||||
late final Translations$navigation$en navigation = Translations$navigation$en.internal(_root);
|
||||
late final Translations$explore$en explore = Translations$explore$en.internal(_root);
|
||||
late final Translations$liveTv$en liveTv = Translations$liveTv$en.internal(_root);
|
||||
late final Translations$collections$en collections = Translations$collections$en.internal(_root);
|
||||
late final Translations$playlists$en playlists = Translations$playlists$en.internal(_root);
|
||||
late final Translations$music$en music = Translations$music$en.internal(_root);
|
||||
late final Translations$watchTogether$en watchTogether = Translations$watchTogether$en.internal(_root);
|
||||
late final Translations$downloads$en downloads = Translations$downloads$en.internal(_root);
|
||||
late final Translations$shaders$en shaders = Translations$shaders$en.internal(_root);
|
||||
late final Translations$companionRemote$en companionRemote = Translations$companionRemote$en.internal(_root);
|
||||
late final Translations$videoSettings$en videoSettings = Translations$videoSettings$en.internal(_root);
|
||||
late final Translations$performanceOverlay$en performanceOverlay = Translations$performanceOverlay$en.internal(_root);
|
||||
late final Translations$externalPlayer$en externalPlayer = Translations$externalPlayer$en.internal(_root);
|
||||
late final Translations$metadataEdit$en metadataEdit = Translations$metadataEdit$en.internal(_root);
|
||||
late final Translations$matchScreen$en matchScreen = Translations$matchScreen$en.internal(_root);
|
||||
late final Translations$serverTasks$en serverTasks = Translations$serverTasks$en.internal(_root);
|
||||
late final Translations$trakt$en trakt = Translations$trakt$en.internal(_root);
|
||||
late final Translations$seerr$en seerr = Translations$seerr$en.internal(_root);
|
||||
late final Translations$services$en services = Translations$services$en.internal(_root);
|
||||
late final Translations$addServer$en addServer = Translations$addServer$en.internal(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class TranslationsAppEn {
|
||||
TranslationsAppEn.internal(this._root);
|
||||
class Translations$app$en {
|
||||
Translations$app$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -104,8 +104,8 @@ class TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class TranslationsAuthEn {
|
||||
TranslationsAuthEn.internal(this._root);
|
||||
class Translations$auth$en {
|
||||
Translations$auth$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -158,8 +158,8 @@ class TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class TranslationsCommonEn {
|
||||
TranslationsCommonEn.internal(this._root);
|
||||
class Translations$common$en {
|
||||
Translations$common$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -302,8 +302,8 @@ class TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class TranslationsScreensEn {
|
||||
TranslationsScreensEn.internal(this._root);
|
||||
class Translations$screens$en {
|
||||
Translations$screens$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -326,8 +326,8 @@ class TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class TranslationsUpdateEn {
|
||||
TranslationsUpdateEn.internal(this._root);
|
||||
class Translations$update$en {
|
||||
Translations$update$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -356,8 +356,8 @@ class TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class TranslationsSettingsEn {
|
||||
TranslationsSettingsEn.internal(this._root);
|
||||
class Translations$settings$en {
|
||||
Translations$settings$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -663,9 +663,6 @@ class TranslationsSettingsEn {
|
||||
/// en: 'Send crash reports to help improve the app'
|
||||
String get crashReportingDescription => 'Send crash reports to help improve the app';
|
||||
|
||||
/// en: 'After disabling, reports already accepted, queued, or being sent may finish. Enabling again takes effect when Plezy restarts.'
|
||||
String get crashReportingRestartRequired => 'After disabling, reports already accepted, queued, or being sent may finish. Enabling again takes effect when Plezy restarts.';
|
||||
|
||||
/// en: 'Debug Logging'
|
||||
String get debugLogging => 'Debug Logging';
|
||||
|
||||
@@ -1103,8 +1100,8 @@ class TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class TranslationsSearchEn {
|
||||
TranslationsSearchEn.internal(this._root);
|
||||
class Translations$search$en {
|
||||
Translations$search$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1124,8 +1121,8 @@ class TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class TranslationsHotkeysEn {
|
||||
TranslationsHotkeysEn.internal(this._root);
|
||||
class Translations$hotkeys$en {
|
||||
Translations$hotkeys$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1149,12 +1146,12 @@ class TranslationsHotkeysEn {
|
||||
/// en: 'Press the shortcut now'
|
||||
String get recordingShortcut => 'Press the shortcut now';
|
||||
|
||||
late final TranslationsHotkeysActionsEn actions = TranslationsHotkeysActionsEn.internal(_root);
|
||||
late final Translations$hotkeys$actions$en actions = Translations$hotkeys$actions$en.internal(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class TranslationsFileInfoEn {
|
||||
TranslationsFileInfoEn.internal(this._root);
|
||||
class Translations$fileInfo$en {
|
||||
Translations$fileInfo$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1237,8 +1234,8 @@ class TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class TranslationsMediaMenuEn {
|
||||
TranslationsMediaMenuEn.internal(this._root);
|
||||
class Translations$mediaMenu$en {
|
||||
Translations$mediaMenu$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1294,8 +1291,8 @@ class TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class TranslationsRateSheetEn {
|
||||
TranslationsRateSheetEn.internal(this._root);
|
||||
class Translations$rateSheet$en {
|
||||
Translations$rateSheet$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1324,8 +1321,8 @@ class TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class TranslationsAccessibilityEn {
|
||||
TranslationsAccessibilityEn.internal(this._root);
|
||||
class Translations$accessibility$en {
|
||||
Translations$accessibility$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1399,8 +1396,8 @@ class TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class TranslationsTooltipsEn {
|
||||
TranslationsTooltipsEn.internal(this._root);
|
||||
class Translations$tooltips$en {
|
||||
Translations$tooltips$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1420,8 +1417,8 @@ class TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class TranslationsAudioTracksEn {
|
||||
TranslationsAudioTracksEn.internal(this._root);
|
||||
class Translations$audioTracks$en {
|
||||
Translations$audioTracks$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1432,8 +1429,8 @@ class TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class TranslationsVideoControlsEn {
|
||||
TranslationsVideoControlsEn.internal(this._root);
|
||||
class Translations$videoControls$en {
|
||||
Translations$videoControls$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1628,7 +1625,7 @@ class TranslationsVideoControlsEn {
|
||||
/// en: 'Zoom ${percent}%'
|
||||
String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
|
||||
late final TranslationsVideoControlsPipErrorsEn pipErrors = TranslationsVideoControlsPipErrorsEn.internal(_root);
|
||||
late final Translations$videoControls$pipErrors$en pipErrors = Translations$videoControls$pipErrors$en.internal(_root);
|
||||
|
||||
/// en: 'Chapters'
|
||||
String get chapters => 'Chapters';
|
||||
@@ -1674,8 +1671,8 @@ class TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class TranslationsMessagesEn {
|
||||
TranslationsMessagesEn.internal(this._root);
|
||||
class Translations$messages$en {
|
||||
Translations$messages$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1833,8 +1830,8 @@ class TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class TranslationsSubtitlingStylingEn {
|
||||
TranslationsSubtitlingStylingEn.internal(this._root);
|
||||
class Translations$subtitlingStyling$en {
|
||||
Translations$subtitlingStyling$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1905,8 +1902,8 @@ class TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class TranslationsMpvConfigEn {
|
||||
TranslationsMpvConfigEn.internal(this._root);
|
||||
class Translations$mpvConfig$en {
|
||||
Translations$mpvConfig$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1956,8 +1953,8 @@ class TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class TranslationsDialogEn {
|
||||
TranslationsDialogEn.internal(this._root);
|
||||
class Translations$dialog$en {
|
||||
Translations$dialog$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -1968,8 +1965,8 @@ class TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class TranslationsProfilesEn {
|
||||
TranslationsProfilesEn.internal(this._root);
|
||||
class Translations$profiles$en {
|
||||
Translations$profiles$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2157,8 +2154,8 @@ class TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class TranslationsConnectionsEn {
|
||||
TranslationsConnectionsEn.internal(this._root);
|
||||
class Translations$connections$en {
|
||||
Translations$connections$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2193,8 +2190,8 @@ class TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class TranslationsDiscoverEn {
|
||||
TranslationsDiscoverEn.internal(this._root);
|
||||
class Translations$discover$en {
|
||||
Translations$discover$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2268,8 +2265,8 @@ class TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class TranslationsErrorsEn {
|
||||
TranslationsErrorsEn.internal(this._root);
|
||||
class Translations$errors$en {
|
||||
Translations$errors$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2310,8 +2307,8 @@ class TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class TranslationsLibrariesEn {
|
||||
TranslationsLibrariesEn.internal(this._root);
|
||||
class Translations$libraries$en {
|
||||
Translations$libraries$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2440,15 +2437,15 @@ class TranslationsLibrariesEn {
|
||||
/// en: 'folders'
|
||||
String get folders => 'folders';
|
||||
|
||||
late final TranslationsLibrariesTabsEn tabs = TranslationsLibrariesTabsEn.internal(_root);
|
||||
late final TranslationsLibrariesGroupingsEn groupings = TranslationsLibrariesGroupingsEn.internal(_root);
|
||||
late final TranslationsLibrariesFilterCategoriesEn filterCategories = TranslationsLibrariesFilterCategoriesEn.internal(_root);
|
||||
late final TranslationsLibrariesSortLabelsEn sortLabels = TranslationsLibrariesSortLabelsEn.internal(_root);
|
||||
late final Translations$libraries$tabs$en tabs = Translations$libraries$tabs$en.internal(_root);
|
||||
late final Translations$libraries$groupings$en groupings = Translations$libraries$groupings$en.internal(_root);
|
||||
late final Translations$libraries$filterCategories$en filterCategories = Translations$libraries$filterCategories$en.internal(_root);
|
||||
late final Translations$libraries$sortLabels$en sortLabels = Translations$libraries$sortLabels$en.internal(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class TranslationsAboutEn {
|
||||
TranslationsAboutEn.internal(this._root);
|
||||
class Translations$about$en {
|
||||
Translations$about$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2471,8 +2468,8 @@ class TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class TranslationsServerSelectionEn {
|
||||
TranslationsServerSelectionEn.internal(this._root);
|
||||
class Translations$serverSelection$en {
|
||||
Translations$serverSelection$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2486,8 +2483,8 @@ class TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class TranslationsHubDetailEn {
|
||||
TranslationsHubDetailEn.internal(this._root);
|
||||
class Translations$hubDetail$en {
|
||||
Translations$hubDetail$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2510,8 +2507,8 @@ class TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class TranslationsLogsEn {
|
||||
TranslationsLogsEn.internal(this._root);
|
||||
class Translations$logs$en {
|
||||
Translations$logs$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2528,8 +2525,8 @@ class TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class TranslationsLicensesEn {
|
||||
TranslationsLicensesEn.internal(this._root);
|
||||
class Translations$licenses$en {
|
||||
Translations$licenses$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2549,8 +2546,8 @@ class TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class TranslationsNavigationEn {
|
||||
TranslationsNavigationEn.internal(this._root);
|
||||
class Translations$navigation$en {
|
||||
Translations$navigation$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2570,8 +2567,8 @@ class TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class TranslationsExploreEn {
|
||||
TranslationsExploreEn.internal(this._root);
|
||||
class Translations$explore$en {
|
||||
Translations$explore$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2583,8 +2580,8 @@ class TranslationsExploreEn {
|
||||
/// en: 'Select source'
|
||||
String get selectSource => 'Select source';
|
||||
|
||||
late final TranslationsExploreRowsEn rows = TranslationsExploreRowsEn.internal(_root);
|
||||
late final TranslationsExploreStatusEn status = TranslationsExploreStatusEn.internal(_root);
|
||||
late final Translations$explore$rows$en rows = Translations$explore$rows$en.internal(_root);
|
||||
late final Translations$explore$status$en status = Translations$explore$status$en.internal(_root);
|
||||
|
||||
/// en: '(one) {${n} episode} (other) {${n} episodes}'
|
||||
String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('en'))(n,
|
||||
@@ -2636,8 +2633,8 @@ class TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class TranslationsLiveTvEn {
|
||||
TranslationsLiveTvEn.internal(this._root);
|
||||
class Translations$liveTv$en {
|
||||
Translations$liveTv$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2846,8 +2843,8 @@ class TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class TranslationsCollectionsEn {
|
||||
TranslationsCollectionsEn.internal(this._root);
|
||||
class Translations$collections$en {
|
||||
Translations$collections$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -2915,8 +2912,8 @@ class TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class TranslationsPlaylistsEn {
|
||||
TranslationsPlaylistsEn.internal(this._root);
|
||||
class Translations$playlists$en {
|
||||
Translations$playlists$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -3002,8 +2999,8 @@ class TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class TranslationsMusicEn {
|
||||
TranslationsMusicEn.internal(this._root);
|
||||
class Translations$music$en {
|
||||
Translations$music$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -3080,8 +3077,8 @@ class TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class TranslationsWatchTogetherEn {
|
||||
TranslationsWatchTogetherEn.internal(this._root);
|
||||
class Translations$watchTogether$en {
|
||||
Translations$watchTogether$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -3284,8 +3281,8 @@ class TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class TranslationsDownloadsEn {
|
||||
TranslationsDownloadsEn.internal(this._root);
|
||||
class Translations$downloads$en {
|
||||
Translations$downloads$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -3494,8 +3491,8 @@ class TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class TranslationsShadersEn {
|
||||
TranslationsShadersEn.internal(this._root);
|
||||
class Translations$shaders$en {
|
||||
Translations$shaders$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -3548,8 +3545,8 @@ class TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class TranslationsCompanionRemoteEn {
|
||||
TranslationsCompanionRemoteEn.internal(this._root);
|
||||
class Translations$companionRemote$en {
|
||||
Translations$companionRemote$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -3564,15 +3561,15 @@ class TranslationsCompanionRemoteEn {
|
||||
/// en: 'Unknown Device'
|
||||
String get unknownDevice => 'Unknown Device';
|
||||
|
||||
late final TranslationsCompanionRemoteSessionEn session = TranslationsCompanionRemoteSessionEn.internal(_root);
|
||||
late final TranslationsCompanionRemotePairingEn pairing = TranslationsCompanionRemotePairingEn.internal(_root);
|
||||
late final TranslationsCompanionRemoteRemoteEn remote = TranslationsCompanionRemoteRemoteEn.internal(_root);
|
||||
late final TranslationsCompanionRemoteErrorsEn errors = TranslationsCompanionRemoteErrorsEn.internal(_root);
|
||||
late final Translations$companionRemote$session$en session = Translations$companionRemote$session$en.internal(_root);
|
||||
late final Translations$companionRemote$pairing$en pairing = Translations$companionRemote$pairing$en.internal(_root);
|
||||
late final Translations$companionRemote$remote$en remote = Translations$companionRemote$remote$en.internal(_root);
|
||||
late final Translations$companionRemote$errors$en errors = Translations$companionRemote$errors$en.internal(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class TranslationsVideoSettingsEn {
|
||||
TranslationsVideoSettingsEn.internal(this._root);
|
||||
class Translations$videoSettings$en {
|
||||
Translations$videoSettings$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -3619,8 +3616,8 @@ class TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class TranslationsPerformanceOverlayEn {
|
||||
TranslationsPerformanceOverlayEn.internal(this._root);
|
||||
class Translations$performanceOverlay$en {
|
||||
Translations$performanceOverlay$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -3733,8 +3730,8 @@ class TranslationsPerformanceOverlayEn {
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class TranslationsExternalPlayerEn {
|
||||
TranslationsExternalPlayerEn.internal(this._root);
|
||||
class Translations$externalPlayer$en {
|
||||
Translations$externalPlayer$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -3790,8 +3787,8 @@ class TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class TranslationsMetadataEditEn {
|
||||
TranslationsMetadataEditEn.internal(this._root);
|
||||
class Translations$metadataEdit$en {
|
||||
Translations$metadataEdit$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4027,8 +4024,8 @@ class TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class TranslationsMatchScreenEn {
|
||||
TranslationsMatchScreenEn.internal(this._root);
|
||||
class Translations$matchScreen$en {
|
||||
Translations$matchScreen$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4072,8 +4069,8 @@ class TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class TranslationsServerTasksEn {
|
||||
TranslationsServerTasksEn.internal(this._root);
|
||||
class Translations$serverTasks$en {
|
||||
Translations$serverTasks$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4090,8 +4087,8 @@ class TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class TranslationsTraktEn {
|
||||
TranslationsTraktEn.internal(this._root);
|
||||
class Translations$trakt$en {
|
||||
Translations$trakt$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4126,8 +4123,8 @@ class TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class TranslationsSeerrEn {
|
||||
TranslationsSeerrEn.internal(this._root);
|
||||
class Translations$seerr$en {
|
||||
Translations$seerr$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4225,8 +4222,8 @@ class TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class TranslationsServicesEn {
|
||||
TranslationsServicesEn.internal(this._root);
|
||||
class Translations$services$en {
|
||||
Translations$services$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4259,15 +4256,15 @@ class TranslationsServicesEn {
|
||||
/// en: 'Couldn't connect to ${service}. Try again.'
|
||||
String connectFailed({required Object service}) => 'Couldn\'t connect to ${service}. Try again.';
|
||||
|
||||
late final TranslationsServicesNamesEn names = TranslationsServicesNamesEn.internal(_root);
|
||||
late final TranslationsServicesDeviceCodeEn deviceCode = TranslationsServicesDeviceCodeEn.internal(_root);
|
||||
late final TranslationsServicesOauthProxyEn oauthProxy = TranslationsServicesOauthProxyEn.internal(_root);
|
||||
late final TranslationsServicesLibraryFilterEn libraryFilter = TranslationsServicesLibraryFilterEn.internal(_root);
|
||||
late final Translations$services$names$en names = Translations$services$names$en.internal(_root);
|
||||
late final Translations$services$deviceCode$en deviceCode = Translations$services$deviceCode$en.internal(_root);
|
||||
late final Translations$services$oauthProxy$en oauthProxy = Translations$services$oauthProxy$en.internal(_root);
|
||||
late final Translations$services$libraryFilter$en libraryFilter = Translations$services$libraryFilter$en.internal(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class TranslationsAddServerEn {
|
||||
TranslationsAddServerEn.internal(this._root);
|
||||
class Translations$addServer$en {
|
||||
Translations$addServer$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4359,8 +4356,8 @@ class TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class TranslationsHotkeysActionsEn {
|
||||
TranslationsHotkeysActionsEn.internal(this._root);
|
||||
class Translations$hotkeys$actions$en {
|
||||
Translations$hotkeys$actions$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4443,8 +4440,8 @@ class TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class TranslationsVideoControlsPipErrorsEn {
|
||||
TranslationsVideoControlsPipErrorsEn.internal(this._root);
|
||||
class Translations$videoControls$pipErrors$en {
|
||||
Translations$videoControls$pipErrors$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4473,8 +4470,8 @@ class TranslationsVideoControlsPipErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class TranslationsLibrariesTabsEn {
|
||||
TranslationsLibrariesTabsEn.internal(this._root);
|
||||
class Translations$libraries$tabs$en {
|
||||
Translations$libraries$tabs$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4494,8 +4491,8 @@ class TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class TranslationsLibrariesGroupingsEn {
|
||||
TranslationsLibrariesGroupingsEn.internal(this._root);
|
||||
class Translations$libraries$groupings$en {
|
||||
Translations$libraries$groupings$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4533,8 +4530,8 @@ class TranslationsLibrariesGroupingsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class TranslationsLibrariesFilterCategoriesEn {
|
||||
TranslationsLibrariesFilterCategoriesEn.internal(this._root);
|
||||
class Translations$libraries$filterCategories$en {
|
||||
Translations$libraries$filterCategories$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4563,8 +4560,8 @@ class TranslationsLibrariesFilterCategoriesEn {
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class TranslationsLibrariesSortLabelsEn {
|
||||
TranslationsLibrariesSortLabelsEn.internal(this._root);
|
||||
class Translations$libraries$sortLabels$en {
|
||||
Translations$libraries$sortLabels$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4632,8 +4629,8 @@ class TranslationsLibrariesSortLabelsEn {
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class TranslationsExploreRowsEn {
|
||||
TranslationsExploreRowsEn.internal(this._root);
|
||||
class Translations$explore$rows$en {
|
||||
Translations$explore$rows$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4683,8 +4680,8 @@ class TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class TranslationsExploreStatusEn {
|
||||
TranslationsExploreStatusEn.internal(this._root);
|
||||
class Translations$explore$status$en {
|
||||
Translations$explore$status$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4704,8 +4701,8 @@ class TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class TranslationsCompanionRemoteSessionEn {
|
||||
TranslationsCompanionRemoteSessionEn.internal(this._root);
|
||||
class Translations$companionRemote$session$en {
|
||||
Translations$companionRemote$session$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4746,8 +4743,8 @@ class TranslationsCompanionRemoteSessionEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class TranslationsCompanionRemotePairingEn {
|
||||
TranslationsCompanionRemotePairingEn.internal(this._root);
|
||||
class Translations$companionRemote$pairing$en {
|
||||
Translations$companionRemote$pairing$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4800,8 +4797,8 @@ class TranslationsCompanionRemotePairingEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class TranslationsCompanionRemoteRemoteEn {
|
||||
TranslationsCompanionRemoteRemoteEn.internal(this._root);
|
||||
class Translations$companionRemote$remote$en {
|
||||
Translations$companionRemote$remote$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4890,8 +4887,8 @@ class TranslationsCompanionRemoteRemoteEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class TranslationsCompanionRemoteErrorsEn {
|
||||
TranslationsCompanionRemoteErrorsEn.internal(this._root);
|
||||
class Translations$companionRemote$errors$en {
|
||||
Translations$companionRemote$errors$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4923,8 +4920,8 @@ class TranslationsCompanionRemoteErrorsEn {
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class TranslationsServicesNamesEn {
|
||||
TranslationsServicesNamesEn.internal(this._root);
|
||||
class Translations$services$names$en {
|
||||
Translations$services$names$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4944,8 +4941,8 @@ class TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class TranslationsServicesDeviceCodeEn {
|
||||
TranslationsServicesDeviceCodeEn.internal(this._root);
|
||||
class Translations$services$deviceCode$en {
|
||||
Translations$services$deviceCode$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4971,8 +4968,8 @@ class TranslationsServicesDeviceCodeEn {
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class TranslationsServicesOauthProxyEn {
|
||||
TranslationsServicesOauthProxyEn.internal(this._root);
|
||||
class Translations$services$oauthProxy$en {
|
||||
Translations$services$oauthProxy$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -4995,8 +4992,8 @@ class TranslationsServicesOauthProxyEn {
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class TranslationsServicesLibraryFilterEn {
|
||||
TranslationsServicesLibraryFilterEn.internal(this._root);
|
||||
class Translations$services$libraryFilter$en {
|
||||
Translations$services$libraryFilter$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
@@ -5220,7 +5217,6 @@ extension on Translations {
|
||||
'settings.watchTogetherRelayInvalid' => 'Enter a valid HTTP or HTTPS relay base URL.',
|
||||
'settings.crashReporting' => 'Crash Reporting',
|
||||
'settings.crashReportingDescription' => 'Send crash reports to help improve the app',
|
||||
'settings.crashReportingRestartRequired' => 'After disabling, reports already accepted, queued, or being sent may finish. Enabling again takes effect when Plezy restarts.',
|
||||
'settings.debugLogging' => 'Debug Logging',
|
||||
'settings.debugLoggingDescription' => 'Enable detailed logging for troubleshooting',
|
||||
'settings.viewLogs' => 'View Logs',
|
||||
@@ -5559,10 +5555,9 @@ extension on Translations {
|
||||
'videoControls.subtitleDownloaded' => 'Subtitle downloaded',
|
||||
'videoControls.subtitleDownloadedNotApplied' => 'Subtitle downloaded, but it could not be selected',
|
||||
'videoControls.subtitleDownloadFailed' => 'Failed to download subtitle',
|
||||
'videoControls.searchLanguages' => 'Search languages...',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'videoControls.searchLanguages' => 'Search languages...',
|
||||
|
||||
'messages.markedAsWatched' => 'Marked as watched',
|
||||
'messages.markedAsUnwatched' => 'Marked as unwatched',
|
||||
'messages.markedAsWatchedOffline' => 'Marked as watched (will sync when online)',
|
||||
@@ -6074,10 +6069,9 @@ extension on Translations {
|
||||
'watchTogether.currentPlayback' => 'Current Playback',
|
||||
'watchTogether.joinCurrentPlayback' => 'Join Current Playback',
|
||||
'watchTogether.joinCurrentPlaybackDescription' => 'Jump back into what the host is currently watching',
|
||||
'watchTogether.failedToOpenCurrentPlayback' => 'Failed to open current playback',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'watchTogether.failedToOpenCurrentPlayback' => 'Failed to open current playback',
|
||||
|
||||
'watchTogether.participantJoined' => ({required Object name}) => '${name} joined',
|
||||
'watchTogether.participantLeft' => ({required Object name}) => '${name} left',
|
||||
'watchTogether.participantPaused' => ({required Object name}) => '${name} paused',
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsEs extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsEs $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsEs(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppEs app = _TranslationsAppEs._(_root);
|
||||
@override late final _TranslationsAuthEs auth = _TranslationsAuthEs._(_root);
|
||||
@override late final _TranslationsCommonEs common = _TranslationsCommonEs._(_root);
|
||||
@override late final _TranslationsScreensEs screens = _TranslationsScreensEs._(_root);
|
||||
@override late final _TranslationsUpdateEs update = _TranslationsUpdateEs._(_root);
|
||||
@override late final _TranslationsSettingsEs settings = _TranslationsSettingsEs._(_root);
|
||||
@override late final _TranslationsSearchEs search = _TranslationsSearchEs._(_root);
|
||||
@override late final _TranslationsHotkeysEs hotkeys = _TranslationsHotkeysEs._(_root);
|
||||
@override late final _TranslationsFileInfoEs fileInfo = _TranslationsFileInfoEs._(_root);
|
||||
@override late final _TranslationsMediaMenuEs mediaMenu = _TranslationsMediaMenuEs._(_root);
|
||||
@override late final _TranslationsRateSheetEs rateSheet = _TranslationsRateSheetEs._(_root);
|
||||
@override late final _TranslationsAccessibilityEs accessibility = _TranslationsAccessibilityEs._(_root);
|
||||
@override late final _TranslationsTooltipsEs tooltips = _TranslationsTooltipsEs._(_root);
|
||||
@override late final _TranslationsAudioTracksEs audioTracks = _TranslationsAudioTracksEs._(_root);
|
||||
@override late final _TranslationsVideoControlsEs videoControls = _TranslationsVideoControlsEs._(_root);
|
||||
@override late final _TranslationsMessagesEs messages = _TranslationsMessagesEs._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingEs subtitlingStyling = _TranslationsSubtitlingStylingEs._(_root);
|
||||
@override late final _TranslationsMpvConfigEs mpvConfig = _TranslationsMpvConfigEs._(_root);
|
||||
@override late final _TranslationsDialogEs dialog = _TranslationsDialogEs._(_root);
|
||||
@override late final _TranslationsProfilesEs profiles = _TranslationsProfilesEs._(_root);
|
||||
@override late final _TranslationsConnectionsEs connections = _TranslationsConnectionsEs._(_root);
|
||||
@override late final _TranslationsDiscoverEs discover = _TranslationsDiscoverEs._(_root);
|
||||
@override late final _TranslationsErrorsEs errors = _TranslationsErrorsEs._(_root);
|
||||
@override late final _TranslationsLibrariesEs libraries = _TranslationsLibrariesEs._(_root);
|
||||
@override late final _TranslationsAboutEs about = _TranslationsAboutEs._(_root);
|
||||
@override late final _TranslationsServerSelectionEs serverSelection = _TranslationsServerSelectionEs._(_root);
|
||||
@override late final _TranslationsHubDetailEs hubDetail = _TranslationsHubDetailEs._(_root);
|
||||
@override late final _TranslationsLogsEs logs = _TranslationsLogsEs._(_root);
|
||||
@override late final _TranslationsLicensesEs licenses = _TranslationsLicensesEs._(_root);
|
||||
@override late final _TranslationsNavigationEs navigation = _TranslationsNavigationEs._(_root);
|
||||
@override late final _TranslationsExploreEs explore = _TranslationsExploreEs._(_root);
|
||||
@override late final _TranslationsLiveTvEs liveTv = _TranslationsLiveTvEs._(_root);
|
||||
@override late final _TranslationsCollectionsEs collections = _TranslationsCollectionsEs._(_root);
|
||||
@override late final _TranslationsPlaylistsEs playlists = _TranslationsPlaylistsEs._(_root);
|
||||
@override late final _TranslationsMusicEs music = _TranslationsMusicEs._(_root);
|
||||
@override late final _TranslationsWatchTogetherEs watchTogether = _TranslationsWatchTogetherEs._(_root);
|
||||
@override late final _TranslationsDownloadsEs downloads = _TranslationsDownloadsEs._(_root);
|
||||
@override late final _TranslationsShadersEs shaders = _TranslationsShadersEs._(_root);
|
||||
@override late final _TranslationsCompanionRemoteEs companionRemote = _TranslationsCompanionRemoteEs._(_root);
|
||||
@override late final _TranslationsVideoSettingsEs videoSettings = _TranslationsVideoSettingsEs._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayEs performanceOverlay = _TranslationsPerformanceOverlayEs._(_root);
|
||||
@override late final _TranslationsExternalPlayerEs externalPlayer = _TranslationsExternalPlayerEs._(_root);
|
||||
@override late final _TranslationsMetadataEditEs metadataEdit = _TranslationsMetadataEditEs._(_root);
|
||||
@override late final _TranslationsMatchScreenEs matchScreen = _TranslationsMatchScreenEs._(_root);
|
||||
@override late final _TranslationsServerTasksEs serverTasks = _TranslationsServerTasksEs._(_root);
|
||||
@override late final _TranslationsTraktEs trakt = _TranslationsTraktEs._(_root);
|
||||
@override late final _TranslationsSeerrEs seerr = _TranslationsSeerrEs._(_root);
|
||||
@override late final _TranslationsServicesEs services = _TranslationsServicesEs._(_root);
|
||||
@override late final _TranslationsAddServerEs addServer = _TranslationsAddServerEs._(_root);
|
||||
@override late final _Translations$app$es app = _Translations$app$es._(_root);
|
||||
@override late final _Translations$auth$es auth = _Translations$auth$es._(_root);
|
||||
@override late final _Translations$common$es common = _Translations$common$es._(_root);
|
||||
@override late final _Translations$screens$es screens = _Translations$screens$es._(_root);
|
||||
@override late final _Translations$update$es update = _Translations$update$es._(_root);
|
||||
@override late final _Translations$settings$es settings = _Translations$settings$es._(_root);
|
||||
@override late final _Translations$search$es search = _Translations$search$es._(_root);
|
||||
@override late final _Translations$hotkeys$es hotkeys = _Translations$hotkeys$es._(_root);
|
||||
@override late final _Translations$fileInfo$es fileInfo = _Translations$fileInfo$es._(_root);
|
||||
@override late final _Translations$mediaMenu$es mediaMenu = _Translations$mediaMenu$es._(_root);
|
||||
@override late final _Translations$rateSheet$es rateSheet = _Translations$rateSheet$es._(_root);
|
||||
@override late final _Translations$accessibility$es accessibility = _Translations$accessibility$es._(_root);
|
||||
@override late final _Translations$tooltips$es tooltips = _Translations$tooltips$es._(_root);
|
||||
@override late final _Translations$audioTracks$es audioTracks = _Translations$audioTracks$es._(_root);
|
||||
@override late final _Translations$videoControls$es videoControls = _Translations$videoControls$es._(_root);
|
||||
@override late final _Translations$messages$es messages = _Translations$messages$es._(_root);
|
||||
@override late final _Translations$subtitlingStyling$es subtitlingStyling = _Translations$subtitlingStyling$es._(_root);
|
||||
@override late final _Translations$mpvConfig$es mpvConfig = _Translations$mpvConfig$es._(_root);
|
||||
@override late final _Translations$dialog$es dialog = _Translations$dialog$es._(_root);
|
||||
@override late final _Translations$profiles$es profiles = _Translations$profiles$es._(_root);
|
||||
@override late final _Translations$connections$es connections = _Translations$connections$es._(_root);
|
||||
@override late final _Translations$discover$es discover = _Translations$discover$es._(_root);
|
||||
@override late final _Translations$errors$es errors = _Translations$errors$es._(_root);
|
||||
@override late final _Translations$libraries$es libraries = _Translations$libraries$es._(_root);
|
||||
@override late final _Translations$about$es about = _Translations$about$es._(_root);
|
||||
@override late final _Translations$serverSelection$es serverSelection = _Translations$serverSelection$es._(_root);
|
||||
@override late final _Translations$hubDetail$es hubDetail = _Translations$hubDetail$es._(_root);
|
||||
@override late final _Translations$logs$es logs = _Translations$logs$es._(_root);
|
||||
@override late final _Translations$licenses$es licenses = _Translations$licenses$es._(_root);
|
||||
@override late final _Translations$navigation$es navigation = _Translations$navigation$es._(_root);
|
||||
@override late final _Translations$explore$es explore = _Translations$explore$es._(_root);
|
||||
@override late final _Translations$liveTv$es liveTv = _Translations$liveTv$es._(_root);
|
||||
@override late final _Translations$collections$es collections = _Translations$collections$es._(_root);
|
||||
@override late final _Translations$playlists$es playlists = _Translations$playlists$es._(_root);
|
||||
@override late final _Translations$music$es music = _Translations$music$es._(_root);
|
||||
@override late final _Translations$watchTogether$es watchTogether = _Translations$watchTogether$es._(_root);
|
||||
@override late final _Translations$downloads$es downloads = _Translations$downloads$es._(_root);
|
||||
@override late final _Translations$shaders$es shaders = _Translations$shaders$es._(_root);
|
||||
@override late final _Translations$companionRemote$es companionRemote = _Translations$companionRemote$es._(_root);
|
||||
@override late final _Translations$videoSettings$es videoSettings = _Translations$videoSettings$es._(_root);
|
||||
@override late final _Translations$performanceOverlay$es performanceOverlay = _Translations$performanceOverlay$es._(_root);
|
||||
@override late final _Translations$externalPlayer$es externalPlayer = _Translations$externalPlayer$es._(_root);
|
||||
@override late final _Translations$metadataEdit$es metadataEdit = _Translations$metadataEdit$es._(_root);
|
||||
@override late final _Translations$matchScreen$es matchScreen = _Translations$matchScreen$es._(_root);
|
||||
@override late final _Translations$serverTasks$es serverTasks = _Translations$serverTasks$es._(_root);
|
||||
@override late final _Translations$trakt$es trakt = _Translations$trakt$es._(_root);
|
||||
@override late final _Translations$seerr$es seerr = _Translations$seerr$es._(_root);
|
||||
@override late final _Translations$services$es services = _Translations$services$es._(_root);
|
||||
@override late final _Translations$addServer$es addServer = _Translations$addServer$es._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppEs extends TranslationsAppEn {
|
||||
_TranslationsAppEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$es extends Translations$app$en {
|
||||
_Translations$app$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppEs extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthEs extends TranslationsAuthEn {
|
||||
_TranslationsAuthEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$es extends Translations$auth$en {
|
||||
_Translations$auth$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthEs extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonEs extends TranslationsCommonEn {
|
||||
_TranslationsCommonEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$es extends Translations$common$en {
|
||||
_Translations$common$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonEs extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensEs extends TranslationsScreensEn {
|
||||
_TranslationsScreensEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$es extends Translations$screens$en {
|
||||
_Translations$screens$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensEs extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateEs extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$es extends Translations$update$en {
|
||||
_Translations$update$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateEs extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsEs extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$es extends Translations$settings$en {
|
||||
_Translations$settings$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsEs extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchEs extends TranslationsSearchEn {
|
||||
_TranslationsSearchEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$es extends Translations$search$en {
|
||||
_Translations$search$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchEs extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysEs extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$es extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysEs extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Atajo actual:';
|
||||
@override String get pressToRecord => 'Seleccionar para grabar un atajo';
|
||||
@override String get recordingShortcut => 'Presiona el atajo ahora';
|
||||
@override late final _TranslationsHotkeysActionsEs actions = _TranslationsHotkeysActionsEs._(_root);
|
||||
@override late final _Translations$hotkeys$actions$es actions = _Translations$hotkeys$actions$es._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoEs extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$es extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoEs extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuEs extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$es extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuEs extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetEs extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$es extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetEs extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityEs extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$es extends Translations$accessibility$en {
|
||||
_Translations$accessibility$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityEs extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsEs extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$es extends Translations$tooltips$en {
|
||||
_Translations$tooltips$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsEs extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksEs extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$es extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksEs extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsEs extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$es extends Translations$videoControls$en {
|
||||
_Translations$videoControls$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsEs extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Error al iniciar Imagen en Imagen';
|
||||
@override String get screenshotSaved => 'Captura de pantalla guardada';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsEs pipErrors = _TranslationsVideoControlsPipErrorsEs._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$es pipErrors = _Translations$videoControls$pipErrors$es._(_root);
|
||||
@override String get chapters => 'Capítulos';
|
||||
@override String get noChaptersAvailable => 'No hay capítulos disponibles';
|
||||
@override String get queue => 'Cola';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsEs extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesEs extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$es extends Translations$messages$en {
|
||||
_Translations$messages$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -765,8 +765,8 @@ class _TranslationsMessagesEs extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingEs extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$es extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -795,8 +795,8 @@ class _TranslationsSubtitlingStylingEs extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigEs extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$es extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -818,8 +818,8 @@ class _TranslationsMpvConfigEs extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogEs extends TranslationsDialogEn {
|
||||
_TranslationsDialogEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$es extends Translations$dialog$en {
|
||||
_Translations$dialog$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -828,8 +828,8 @@ class _TranslationsDialogEs extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesEs extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$es extends Translations$profiles$en {
|
||||
_Translations$profiles$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -897,8 +897,8 @@ class _TranslationsProfilesEs extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsEs extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$es extends Translations$connections$en {
|
||||
_Translations$connections$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -915,8 +915,8 @@ class _TranslationsConnectionsEs extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverEs extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$es extends Translations$discover$en {
|
||||
_Translations$discover$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -946,8 +946,8 @@ class _TranslationsDiscoverEs extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsEs extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$es extends Translations$errors$en {
|
||||
_Translations$errors$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -966,8 +966,8 @@ class _TranslationsErrorsEs extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesEs extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$es extends Translations$libraries$en {
|
||||
_Translations$libraries$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1013,15 +1013,15 @@ class _TranslationsLibrariesEs extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'No hay colecciones en esta biblioteca';
|
||||
@override String get noFoldersFound => 'No se encontraron carpetas';
|
||||
@override String get folders => 'carpetas';
|
||||
@override late final _TranslationsLibrariesTabsEs tabs = _TranslationsLibrariesTabsEs._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsEs groupings = _TranslationsLibrariesGroupingsEs._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesEs filterCategories = _TranslationsLibrariesFilterCategoriesEs._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsEs sortLabels = _TranslationsLibrariesSortLabelsEs._(_root);
|
||||
@override late final _Translations$libraries$tabs$es tabs = _Translations$libraries$tabs$es._(_root);
|
||||
@override late final _Translations$libraries$groupings$es groupings = _Translations$libraries$groupings$es._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$es filterCategories = _Translations$libraries$filterCategories$es._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$es sortLabels = _Translations$libraries$sortLabels$es._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutEs extends TranslationsAboutEn {
|
||||
_TranslationsAboutEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$es extends Translations$about$en {
|
||||
_Translations$about$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1034,8 +1034,8 @@ class _TranslationsAboutEs extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionEs extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$es extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1045,8 +1045,8 @@ class _TranslationsServerSelectionEs extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailEs extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$es extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1059,8 +1059,8 @@ class _TranslationsHubDetailEs extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsEs extends TranslationsLogsEn {
|
||||
_TranslationsLogsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$es extends Translations$logs$en {
|
||||
_Translations$logs$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1071,8 +1071,8 @@ class _TranslationsLogsEs extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesEs extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$es extends Translations$licenses$en {
|
||||
_Translations$licenses$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1084,8 +1084,8 @@ class _TranslationsLicensesEs extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationEs extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$es extends Translations$navigation$en {
|
||||
_Translations$navigation$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1097,16 +1097,16 @@ class _TranslationsNavigationEs extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreEs extends TranslationsExploreEn {
|
||||
_TranslationsExploreEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$es extends Translations$explore$en {
|
||||
_Translations$explore$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Explorar';
|
||||
@override String get selectSource => 'Seleccionar fuente';
|
||||
@override late final _TranslationsExploreRowsEs rows = _TranslationsExploreRowsEs._(_root);
|
||||
@override late final _TranslationsExploreStatusEs status = _TranslationsExploreStatusEs._(_root);
|
||||
@override late final _Translations$explore$rows$es rows = _Translations$explore$rows$es._(_root);
|
||||
@override late final _Translations$explore$status$es status = _Translations$explore$status$es._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('es'))(n,
|
||||
one: '${n} episodio',
|
||||
other: '${n} episodios',
|
||||
@@ -1128,8 +1128,8 @@ class _TranslationsExploreEs extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvEs extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$es extends Translations$liveTv$en {
|
||||
_Translations$liveTv$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1204,8 +1204,8 @@ class _TranslationsLiveTvEs extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsEs extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$es extends Translations$collections$en {
|
||||
_Translations$collections$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1233,8 +1233,8 @@ class _TranslationsCollectionsEs extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsEs extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$es extends Translations$playlists$en {
|
||||
_Translations$playlists$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1268,8 +1268,8 @@ class _TranslationsPlaylistsEs extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicEs extends TranslationsMusicEn {
|
||||
_TranslationsMusicEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$es extends Translations$music$en {
|
||||
_Translations$music$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1302,8 +1302,8 @@ class _TranslationsMusicEs extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherEs extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$es extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1376,8 +1376,8 @@ class _TranslationsWatchTogetherEs extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsEs extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$es extends Translations$downloads$en {
|
||||
_Translations$downloads$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1452,8 +1452,8 @@ class _TranslationsDownloadsEs extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersEs extends TranslationsShadersEn {
|
||||
_TranslationsShadersEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$es extends Translations$shaders$en {
|
||||
_Translations$shaders$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1476,8 +1476,8 @@ class _TranslationsShadersEs extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteEs extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$es extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1485,15 +1485,15 @@ class _TranslationsCompanionRemoteEs extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Control remoto';
|
||||
@override String connectedTo({required Object name}) => 'Conectado a ${name}';
|
||||
@override String get unknownDevice => 'Dispositivo desconocido';
|
||||
@override late final _TranslationsCompanionRemoteSessionEs session = _TranslationsCompanionRemoteSessionEs._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingEs pairing = _TranslationsCompanionRemotePairingEs._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteEs remote = _TranslationsCompanionRemoteRemoteEs._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsEs errors = _TranslationsCompanionRemoteErrorsEs._(_root);
|
||||
@override late final _Translations$companionRemote$session$es session = _Translations$companionRemote$session$es._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$es pairing = _Translations$companionRemote$pairing$es._(_root);
|
||||
@override late final _Translations$companionRemote$remote$es remote = _Translations$companionRemote$remote$es._(_root);
|
||||
@override late final _Translations$companionRemote$errors$es errors = _Translations$companionRemote$errors$es._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsEs extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$es extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1514,8 +1514,8 @@ class _TranslationsVideoSettingsEs extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayEs extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$es extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1558,8 +1558,8 @@ class _TranslationsPerformanceOverlayEs extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerEs extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$es extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1583,8 +1583,8 @@ class _TranslationsExternalPlayerEs extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditEs extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$es extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1668,8 +1668,8 @@ class _TranslationsMetadataEditEs extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenEs extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$es extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1689,8 +1689,8 @@ class _TranslationsMatchScreenEs extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksEs extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$es extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1701,8 +1701,8 @@ class _TranslationsServerTasksEs extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktEs extends TranslationsTraktEn {
|
||||
_TranslationsTraktEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$es extends Translations$trakt$en {
|
||||
_Translations$trakt$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1719,8 +1719,8 @@ class _TranslationsTraktEs extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrEs extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$es extends Translations$seerr$en {
|
||||
_Translations$seerr$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1758,8 +1758,8 @@ class _TranslationsSeerrEs extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesEs extends TranslationsServicesEn {
|
||||
_TranslationsServicesEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$es extends Translations$services$en {
|
||||
_Translations$services$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1773,15 +1773,15 @@ class _TranslationsServicesEs extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => '¿Desconectar ${service}?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy dejará de actualizar ${service}. Reconecta cuando quieras.';
|
||||
@override String connectFailed({required Object service}) => 'No se pudo conectar a ${service}. Inténtalo de nuevo.';
|
||||
@override late final _TranslationsServicesNamesEs names = _TranslationsServicesNamesEs._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeEs deviceCode = _TranslationsServicesDeviceCodeEs._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyEs oauthProxy = _TranslationsServicesOauthProxyEs._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterEs libraryFilter = _TranslationsServicesLibraryFilterEs._(_root);
|
||||
@override late final _Translations$services$names$es names = _Translations$services$names$es._(_root);
|
||||
@override late final _Translations$services$deviceCode$es deviceCode = _Translations$services$deviceCode$es._(_root);
|
||||
@override late final _Translations$services$oauthProxy$es oauthProxy = _Translations$services$oauthProxy$es._(_root);
|
||||
@override late final _Translations$services$libraryFilter$es libraryFilter = _Translations$services$libraryFilter$es._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerEs extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$es extends Translations$addServer$en {
|
||||
_Translations$addServer$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1817,8 +1817,8 @@ class _TranslationsAddServerEs extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsEs extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$es extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1851,8 +1851,8 @@ class _TranslationsHotkeysActionsEs extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsEs extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$es extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1867,8 +1867,8 @@ class _TranslationsVideoControlsPipErrorsEs extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsEs extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$es extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1880,8 +1880,8 @@ class _TranslationsLibrariesTabsEs extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsEs extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$es extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1899,8 +1899,8 @@ class _TranslationsLibrariesGroupingsEs extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesEs extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$es extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1915,8 +1915,8 @@ class _TranslationsLibrariesFilterCategoriesEs extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsEs extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$es extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1944,8 +1944,8 @@ class _TranslationsLibrariesSortLabelsEs extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsEs extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$es extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1967,8 +1967,8 @@ class _TranslationsExploreRowsEs extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusEs extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$es extends Translations$explore$status$en {
|
||||
_Translations$explore$status$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -1980,8 +1980,8 @@ class _TranslationsExploreStatusEs extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionEs extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$es extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -2000,8 +2000,8 @@ class _TranslationsCompanionRemoteSessionEs extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingEs extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$es extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -2024,8 +2024,8 @@ class _TranslationsCompanionRemotePairingEs extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteEs extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$es extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -2060,8 +2060,8 @@ class _TranslationsCompanionRemoteRemoteEs extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsEs extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$es extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -2077,8 +2077,8 @@ class _TranslationsCompanionRemoteErrorsEs extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesEs extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$es extends Translations$services$names$en {
|
||||
_Translations$services$names$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -2090,8 +2090,8 @@ class _TranslationsServicesNamesEs extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeEs extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$es extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -2105,8 +2105,8 @@ class _TranslationsServicesDeviceCodeEs extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyEs extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$es extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
@@ -2119,8 +2119,8 @@ class _TranslationsServicesOauthProxyEs extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterEs extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterEs._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$es extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsFr extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsFr $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsFr(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppFr app = _TranslationsAppFr._(_root);
|
||||
@override late final _TranslationsAuthFr auth = _TranslationsAuthFr._(_root);
|
||||
@override late final _TranslationsCommonFr common = _TranslationsCommonFr._(_root);
|
||||
@override late final _TranslationsScreensFr screens = _TranslationsScreensFr._(_root);
|
||||
@override late final _TranslationsUpdateFr update = _TranslationsUpdateFr._(_root);
|
||||
@override late final _TranslationsSettingsFr settings = _TranslationsSettingsFr._(_root);
|
||||
@override late final _TranslationsSearchFr search = _TranslationsSearchFr._(_root);
|
||||
@override late final _TranslationsHotkeysFr hotkeys = _TranslationsHotkeysFr._(_root);
|
||||
@override late final _TranslationsFileInfoFr fileInfo = _TranslationsFileInfoFr._(_root);
|
||||
@override late final _TranslationsMediaMenuFr mediaMenu = _TranslationsMediaMenuFr._(_root);
|
||||
@override late final _TranslationsRateSheetFr rateSheet = _TranslationsRateSheetFr._(_root);
|
||||
@override late final _TranslationsAccessibilityFr accessibility = _TranslationsAccessibilityFr._(_root);
|
||||
@override late final _TranslationsTooltipsFr tooltips = _TranslationsTooltipsFr._(_root);
|
||||
@override late final _TranslationsAudioTracksFr audioTracks = _TranslationsAudioTracksFr._(_root);
|
||||
@override late final _TranslationsVideoControlsFr videoControls = _TranslationsVideoControlsFr._(_root);
|
||||
@override late final _TranslationsMessagesFr messages = _TranslationsMessagesFr._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingFr subtitlingStyling = _TranslationsSubtitlingStylingFr._(_root);
|
||||
@override late final _TranslationsMpvConfigFr mpvConfig = _TranslationsMpvConfigFr._(_root);
|
||||
@override late final _TranslationsDialogFr dialog = _TranslationsDialogFr._(_root);
|
||||
@override late final _TranslationsProfilesFr profiles = _TranslationsProfilesFr._(_root);
|
||||
@override late final _TranslationsConnectionsFr connections = _TranslationsConnectionsFr._(_root);
|
||||
@override late final _TranslationsDiscoverFr discover = _TranslationsDiscoverFr._(_root);
|
||||
@override late final _TranslationsErrorsFr errors = _TranslationsErrorsFr._(_root);
|
||||
@override late final _TranslationsLibrariesFr libraries = _TranslationsLibrariesFr._(_root);
|
||||
@override late final _TranslationsAboutFr about = _TranslationsAboutFr._(_root);
|
||||
@override late final _TranslationsServerSelectionFr serverSelection = _TranslationsServerSelectionFr._(_root);
|
||||
@override late final _TranslationsHubDetailFr hubDetail = _TranslationsHubDetailFr._(_root);
|
||||
@override late final _TranslationsLogsFr logs = _TranslationsLogsFr._(_root);
|
||||
@override late final _TranslationsLicensesFr licenses = _TranslationsLicensesFr._(_root);
|
||||
@override late final _TranslationsNavigationFr navigation = _TranslationsNavigationFr._(_root);
|
||||
@override late final _TranslationsExploreFr explore = _TranslationsExploreFr._(_root);
|
||||
@override late final _TranslationsLiveTvFr liveTv = _TranslationsLiveTvFr._(_root);
|
||||
@override late final _TranslationsCollectionsFr collections = _TranslationsCollectionsFr._(_root);
|
||||
@override late final _TranslationsPlaylistsFr playlists = _TranslationsPlaylistsFr._(_root);
|
||||
@override late final _TranslationsMusicFr music = _TranslationsMusicFr._(_root);
|
||||
@override late final _TranslationsWatchTogetherFr watchTogether = _TranslationsWatchTogetherFr._(_root);
|
||||
@override late final _TranslationsDownloadsFr downloads = _TranslationsDownloadsFr._(_root);
|
||||
@override late final _TranslationsShadersFr shaders = _TranslationsShadersFr._(_root);
|
||||
@override late final _TranslationsCompanionRemoteFr companionRemote = _TranslationsCompanionRemoteFr._(_root);
|
||||
@override late final _TranslationsVideoSettingsFr videoSettings = _TranslationsVideoSettingsFr._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayFr performanceOverlay = _TranslationsPerformanceOverlayFr._(_root);
|
||||
@override late final _TranslationsExternalPlayerFr externalPlayer = _TranslationsExternalPlayerFr._(_root);
|
||||
@override late final _TranslationsMetadataEditFr metadataEdit = _TranslationsMetadataEditFr._(_root);
|
||||
@override late final _TranslationsMatchScreenFr matchScreen = _TranslationsMatchScreenFr._(_root);
|
||||
@override late final _TranslationsServerTasksFr serverTasks = _TranslationsServerTasksFr._(_root);
|
||||
@override late final _TranslationsTraktFr trakt = _TranslationsTraktFr._(_root);
|
||||
@override late final _TranslationsSeerrFr seerr = _TranslationsSeerrFr._(_root);
|
||||
@override late final _TranslationsServicesFr services = _TranslationsServicesFr._(_root);
|
||||
@override late final _TranslationsAddServerFr addServer = _TranslationsAddServerFr._(_root);
|
||||
@override late final _Translations$app$fr app = _Translations$app$fr._(_root);
|
||||
@override late final _Translations$auth$fr auth = _Translations$auth$fr._(_root);
|
||||
@override late final _Translations$common$fr common = _Translations$common$fr._(_root);
|
||||
@override late final _Translations$screens$fr screens = _Translations$screens$fr._(_root);
|
||||
@override late final _Translations$update$fr update = _Translations$update$fr._(_root);
|
||||
@override late final _Translations$settings$fr settings = _Translations$settings$fr._(_root);
|
||||
@override late final _Translations$search$fr search = _Translations$search$fr._(_root);
|
||||
@override late final _Translations$hotkeys$fr hotkeys = _Translations$hotkeys$fr._(_root);
|
||||
@override late final _Translations$fileInfo$fr fileInfo = _Translations$fileInfo$fr._(_root);
|
||||
@override late final _Translations$mediaMenu$fr mediaMenu = _Translations$mediaMenu$fr._(_root);
|
||||
@override late final _Translations$rateSheet$fr rateSheet = _Translations$rateSheet$fr._(_root);
|
||||
@override late final _Translations$accessibility$fr accessibility = _Translations$accessibility$fr._(_root);
|
||||
@override late final _Translations$tooltips$fr tooltips = _Translations$tooltips$fr._(_root);
|
||||
@override late final _Translations$audioTracks$fr audioTracks = _Translations$audioTracks$fr._(_root);
|
||||
@override late final _Translations$videoControls$fr videoControls = _Translations$videoControls$fr._(_root);
|
||||
@override late final _Translations$messages$fr messages = _Translations$messages$fr._(_root);
|
||||
@override late final _Translations$subtitlingStyling$fr subtitlingStyling = _Translations$subtitlingStyling$fr._(_root);
|
||||
@override late final _Translations$mpvConfig$fr mpvConfig = _Translations$mpvConfig$fr._(_root);
|
||||
@override late final _Translations$dialog$fr dialog = _Translations$dialog$fr._(_root);
|
||||
@override late final _Translations$profiles$fr profiles = _Translations$profiles$fr._(_root);
|
||||
@override late final _Translations$connections$fr connections = _Translations$connections$fr._(_root);
|
||||
@override late final _Translations$discover$fr discover = _Translations$discover$fr._(_root);
|
||||
@override late final _Translations$errors$fr errors = _Translations$errors$fr._(_root);
|
||||
@override late final _Translations$libraries$fr libraries = _Translations$libraries$fr._(_root);
|
||||
@override late final _Translations$about$fr about = _Translations$about$fr._(_root);
|
||||
@override late final _Translations$serverSelection$fr serverSelection = _Translations$serverSelection$fr._(_root);
|
||||
@override late final _Translations$hubDetail$fr hubDetail = _Translations$hubDetail$fr._(_root);
|
||||
@override late final _Translations$logs$fr logs = _Translations$logs$fr._(_root);
|
||||
@override late final _Translations$licenses$fr licenses = _Translations$licenses$fr._(_root);
|
||||
@override late final _Translations$navigation$fr navigation = _Translations$navigation$fr._(_root);
|
||||
@override late final _Translations$explore$fr explore = _Translations$explore$fr._(_root);
|
||||
@override late final _Translations$liveTv$fr liveTv = _Translations$liveTv$fr._(_root);
|
||||
@override late final _Translations$collections$fr collections = _Translations$collections$fr._(_root);
|
||||
@override late final _Translations$playlists$fr playlists = _Translations$playlists$fr._(_root);
|
||||
@override late final _Translations$music$fr music = _Translations$music$fr._(_root);
|
||||
@override late final _Translations$watchTogether$fr watchTogether = _Translations$watchTogether$fr._(_root);
|
||||
@override late final _Translations$downloads$fr downloads = _Translations$downloads$fr._(_root);
|
||||
@override late final _Translations$shaders$fr shaders = _Translations$shaders$fr._(_root);
|
||||
@override late final _Translations$companionRemote$fr companionRemote = _Translations$companionRemote$fr._(_root);
|
||||
@override late final _Translations$videoSettings$fr videoSettings = _Translations$videoSettings$fr._(_root);
|
||||
@override late final _Translations$performanceOverlay$fr performanceOverlay = _Translations$performanceOverlay$fr._(_root);
|
||||
@override late final _Translations$externalPlayer$fr externalPlayer = _Translations$externalPlayer$fr._(_root);
|
||||
@override late final _Translations$metadataEdit$fr metadataEdit = _Translations$metadataEdit$fr._(_root);
|
||||
@override late final _Translations$matchScreen$fr matchScreen = _Translations$matchScreen$fr._(_root);
|
||||
@override late final _Translations$serverTasks$fr serverTasks = _Translations$serverTasks$fr._(_root);
|
||||
@override late final _Translations$trakt$fr trakt = _Translations$trakt$fr._(_root);
|
||||
@override late final _Translations$seerr$fr seerr = _Translations$seerr$fr._(_root);
|
||||
@override late final _Translations$services$fr services = _Translations$services$fr._(_root);
|
||||
@override late final _Translations$addServer$fr addServer = _Translations$addServer$fr._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppFr extends TranslationsAppEn {
|
||||
_TranslationsAppFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$fr extends Translations$app$en {
|
||||
_Translations$app$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppFr extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthFr extends TranslationsAuthEn {
|
||||
_TranslationsAuthFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$fr extends Translations$auth$en {
|
||||
_Translations$auth$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthFr extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonFr extends TranslationsCommonEn {
|
||||
_TranslationsCommonFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$fr extends Translations$common$en {
|
||||
_Translations$common$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonFr extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensFr extends TranslationsScreensEn {
|
||||
_TranslationsScreensFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$fr extends Translations$screens$en {
|
||||
_Translations$screens$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensFr extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateFr extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$fr extends Translations$update$en {
|
||||
_Translations$update$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateFr extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsFr extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$fr extends Translations$settings$en {
|
||||
_Translations$settings$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsFr extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchFr extends TranslationsSearchEn {
|
||||
_TranslationsSearchFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$fr extends Translations$search$en {
|
||||
_Translations$search$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchFr extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysFr extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$fr extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysFr extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Raccourci actuel :';
|
||||
@override String get pressToRecord => 'Sélectionner pour enregistrer un raccourci';
|
||||
@override String get recordingShortcut => 'Appuyez maintenant sur le raccourci';
|
||||
@override late final _TranslationsHotkeysActionsFr actions = _TranslationsHotkeysActionsFr._(_root);
|
||||
@override late final _Translations$hotkeys$actions$fr actions = _Translations$hotkeys$actions$fr._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoFr extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$fr extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoFr extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuFr extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$fr extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuFr extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetFr extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$fr extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetFr extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityFr extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$fr extends Translations$accessibility$en {
|
||||
_Translations$accessibility$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityFr extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsFr extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$fr extends Translations$tooltips$en {
|
||||
_Translations$tooltips$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsFr extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksFr extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$fr extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksFr extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsFr extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$fr extends Translations$videoControls$en {
|
||||
_Translations$videoControls$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsFr extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Échec du démarrage du mode image dans l\'image';
|
||||
@override String get screenshotSaved => 'Capture d\'écran enregistrée';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent} %';
|
||||
@override late final _TranslationsVideoControlsPipErrorsFr pipErrors = _TranslationsVideoControlsPipErrorsFr._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$fr pipErrors = _Translations$videoControls$pipErrors$fr._(_root);
|
||||
@override String get chapters => 'Chapitres';
|
||||
@override String get noChaptersAvailable => 'Aucun chapitre disponible';
|
||||
@override String get queue => 'File d\'attente';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsFr extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesFr extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$fr extends Translations$messages$en {
|
||||
_Translations$messages$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -765,8 +765,8 @@ class _TranslationsMessagesFr extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingFr extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$fr extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -795,8 +795,8 @@ class _TranslationsSubtitlingStylingFr extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigFr extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$fr extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -818,8 +818,8 @@ class _TranslationsMpvConfigFr extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogFr extends TranslationsDialogEn {
|
||||
_TranslationsDialogFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$fr extends Translations$dialog$en {
|
||||
_Translations$dialog$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -828,8 +828,8 @@ class _TranslationsDialogFr extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesFr extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$fr extends Translations$profiles$en {
|
||||
_Translations$profiles$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -897,8 +897,8 @@ class _TranslationsProfilesFr extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsFr extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$fr extends Translations$connections$en {
|
||||
_Translations$connections$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -915,8 +915,8 @@ class _TranslationsConnectionsFr extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverFr extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$fr extends Translations$discover$en {
|
||||
_Translations$discover$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -946,8 +946,8 @@ class _TranslationsDiscoverFr extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsFr extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$fr extends Translations$errors$en {
|
||||
_Translations$errors$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -966,8 +966,8 @@ class _TranslationsErrorsFr extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesFr extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$fr extends Translations$libraries$en {
|
||||
_Translations$libraries$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1013,15 +1013,15 @@ class _TranslationsLibrariesFr extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'Aucune collection dans cette bibliothèque';
|
||||
@override String get noFoldersFound => 'Aucun dossier trouvé';
|
||||
@override String get folders => 'dossiers';
|
||||
@override late final _TranslationsLibrariesTabsFr tabs = _TranslationsLibrariesTabsFr._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsFr groupings = _TranslationsLibrariesGroupingsFr._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesFr filterCategories = _TranslationsLibrariesFilterCategoriesFr._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsFr sortLabels = _TranslationsLibrariesSortLabelsFr._(_root);
|
||||
@override late final _Translations$libraries$tabs$fr tabs = _Translations$libraries$tabs$fr._(_root);
|
||||
@override late final _Translations$libraries$groupings$fr groupings = _Translations$libraries$groupings$fr._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$fr filterCategories = _Translations$libraries$filterCategories$fr._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$fr sortLabels = _Translations$libraries$sortLabels$fr._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutFr extends TranslationsAboutEn {
|
||||
_TranslationsAboutFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$fr extends Translations$about$en {
|
||||
_Translations$about$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1034,8 +1034,8 @@ class _TranslationsAboutFr extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionFr extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$fr extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1045,8 +1045,8 @@ class _TranslationsServerSelectionFr extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailFr extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$fr extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1059,8 +1059,8 @@ class _TranslationsHubDetailFr extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsFr extends TranslationsLogsEn {
|
||||
_TranslationsLogsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$fr extends Translations$logs$en {
|
||||
_Translations$logs$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1071,8 +1071,8 @@ class _TranslationsLogsFr extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesFr extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$fr extends Translations$licenses$en {
|
||||
_Translations$licenses$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1084,8 +1084,8 @@ class _TranslationsLicensesFr extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationFr extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$fr extends Translations$navigation$en {
|
||||
_Translations$navigation$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1097,16 +1097,16 @@ class _TranslationsNavigationFr extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreFr extends TranslationsExploreEn {
|
||||
_TranslationsExploreFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$fr extends Translations$explore$en {
|
||||
_Translations$explore$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Explorer';
|
||||
@override String get selectSource => 'Sélectionner la source';
|
||||
@override late final _TranslationsExploreRowsFr rows = _TranslationsExploreRowsFr._(_root);
|
||||
@override late final _TranslationsExploreStatusFr status = _TranslationsExploreStatusFr._(_root);
|
||||
@override late final _Translations$explore$rows$fr rows = _Translations$explore$rows$fr._(_root);
|
||||
@override late final _Translations$explore$status$fr status = _Translations$explore$status$fr._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('fr'))(n,
|
||||
one: '${n} épisode',
|
||||
other: '${n} épisodes',
|
||||
@@ -1128,8 +1128,8 @@ class _TranslationsExploreFr extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvFr extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$fr extends Translations$liveTv$en {
|
||||
_Translations$liveTv$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1204,8 +1204,8 @@ class _TranslationsLiveTvFr extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsFr extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$fr extends Translations$collections$en {
|
||||
_Translations$collections$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1233,8 +1233,8 @@ class _TranslationsCollectionsFr extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsFr extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$fr extends Translations$playlists$en {
|
||||
_Translations$playlists$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1268,8 +1268,8 @@ class _TranslationsPlaylistsFr extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicFr extends TranslationsMusicEn {
|
||||
_TranslationsMusicFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$fr extends Translations$music$en {
|
||||
_Translations$music$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1302,8 +1302,8 @@ class _TranslationsMusicFr extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherFr extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$fr extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1376,8 +1376,8 @@ class _TranslationsWatchTogetherFr extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsFr extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$fr extends Translations$downloads$en {
|
||||
_Translations$downloads$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1452,8 +1452,8 @@ class _TranslationsDownloadsFr extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersFr extends TranslationsShadersEn {
|
||||
_TranslationsShadersFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$fr extends Translations$shaders$en {
|
||||
_Translations$shaders$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1476,8 +1476,8 @@ class _TranslationsShadersFr extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteFr extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$fr extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1485,15 +1485,15 @@ class _TranslationsCompanionRemoteFr extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Télécommande compagnon';
|
||||
@override String connectedTo({required Object name}) => 'Connecté à ${name}';
|
||||
@override String get unknownDevice => 'Appareil inconnu';
|
||||
@override late final _TranslationsCompanionRemoteSessionFr session = _TranslationsCompanionRemoteSessionFr._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingFr pairing = _TranslationsCompanionRemotePairingFr._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteFr remote = _TranslationsCompanionRemoteRemoteFr._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsFr errors = _TranslationsCompanionRemoteErrorsFr._(_root);
|
||||
@override late final _Translations$companionRemote$session$fr session = _Translations$companionRemote$session$fr._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$fr pairing = _Translations$companionRemote$pairing$fr._(_root);
|
||||
@override late final _Translations$companionRemote$remote$fr remote = _Translations$companionRemote$remote$fr._(_root);
|
||||
@override late final _Translations$companionRemote$errors$fr errors = _Translations$companionRemote$errors$fr._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsFr extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$fr extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1514,8 +1514,8 @@ class _TranslationsVideoSettingsFr extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayFr extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$fr extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1558,8 +1558,8 @@ class _TranslationsPerformanceOverlayFr extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerFr extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$fr extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1583,8 +1583,8 @@ class _TranslationsExternalPlayerFr extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditFr extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$fr extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1668,8 +1668,8 @@ class _TranslationsMetadataEditFr extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenFr extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$fr extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1689,8 +1689,8 @@ class _TranslationsMatchScreenFr extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksFr extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$fr extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1701,8 +1701,8 @@ class _TranslationsServerTasksFr extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktFr extends TranslationsTraktEn {
|
||||
_TranslationsTraktFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$fr extends Translations$trakt$en {
|
||||
_Translations$trakt$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1719,8 +1719,8 @@ class _TranslationsTraktFr extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrFr extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$fr extends Translations$seerr$en {
|
||||
_Translations$seerr$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1758,8 +1758,8 @@ class _TranslationsSeerrFr extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesFr extends TranslationsServicesEn {
|
||||
_TranslationsServicesFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$fr extends Translations$services$en {
|
||||
_Translations$services$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1773,15 +1773,15 @@ class _TranslationsServicesFr extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => 'Déconnecter ${service} ?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy cessera de mettre à jour ${service}. Reconnectez à tout moment.';
|
||||
@override String connectFailed({required Object service}) => 'Échec de la connexion à ${service}. Réessayez.';
|
||||
@override late final _TranslationsServicesNamesFr names = _TranslationsServicesNamesFr._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeFr deviceCode = _TranslationsServicesDeviceCodeFr._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyFr oauthProxy = _TranslationsServicesOauthProxyFr._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterFr libraryFilter = _TranslationsServicesLibraryFilterFr._(_root);
|
||||
@override late final _Translations$services$names$fr names = _Translations$services$names$fr._(_root);
|
||||
@override late final _Translations$services$deviceCode$fr deviceCode = _Translations$services$deviceCode$fr._(_root);
|
||||
@override late final _Translations$services$oauthProxy$fr oauthProxy = _Translations$services$oauthProxy$fr._(_root);
|
||||
@override late final _Translations$services$libraryFilter$fr libraryFilter = _Translations$services$libraryFilter$fr._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerFr extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$fr extends Translations$addServer$en {
|
||||
_Translations$addServer$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1817,8 +1817,8 @@ class _TranslationsAddServerFr extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsFr extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$fr extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1851,8 +1851,8 @@ class _TranslationsHotkeysActionsFr extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsFr extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$fr extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1867,8 +1867,8 @@ class _TranslationsVideoControlsPipErrorsFr extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsFr extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$fr extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1880,8 +1880,8 @@ class _TranslationsLibrariesTabsFr extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsFr extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$fr extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1899,8 +1899,8 @@ class _TranslationsLibrariesGroupingsFr extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesFr extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$fr extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1915,8 +1915,8 @@ class _TranslationsLibrariesFilterCategoriesFr extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsFr extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$fr extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1944,8 +1944,8 @@ class _TranslationsLibrariesSortLabelsFr extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsFr extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$fr extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1967,8 +1967,8 @@ class _TranslationsExploreRowsFr extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusFr extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$fr extends Translations$explore$status$en {
|
||||
_Translations$explore$status$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -1980,8 +1980,8 @@ class _TranslationsExploreStatusFr extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionFr extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$fr extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -2000,8 +2000,8 @@ class _TranslationsCompanionRemoteSessionFr extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingFr extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$fr extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -2024,8 +2024,8 @@ class _TranslationsCompanionRemotePairingFr extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteFr extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$fr extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -2060,8 +2060,8 @@ class _TranslationsCompanionRemoteRemoteFr extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsFr extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$fr extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -2077,8 +2077,8 @@ class _TranslationsCompanionRemoteErrorsFr extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesFr extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$fr extends Translations$services$names$en {
|
||||
_Translations$services$names$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -2090,8 +2090,8 @@ class _TranslationsServicesNamesFr extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeFr extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$fr extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -2105,8 +2105,8 @@ class _TranslationsServicesDeviceCodeFr extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyFr extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$fr extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
@@ -2119,8 +2119,8 @@ class _TranslationsServicesOauthProxyFr extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterFr extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterFr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$fr extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$fr._(TranslationsFr root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsFr _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsIt extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsIt $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsIt(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppIt app = _TranslationsAppIt._(_root);
|
||||
@override late final _TranslationsAuthIt auth = _TranslationsAuthIt._(_root);
|
||||
@override late final _TranslationsCommonIt common = _TranslationsCommonIt._(_root);
|
||||
@override late final _TranslationsScreensIt screens = _TranslationsScreensIt._(_root);
|
||||
@override late final _TranslationsUpdateIt update = _TranslationsUpdateIt._(_root);
|
||||
@override late final _TranslationsSettingsIt settings = _TranslationsSettingsIt._(_root);
|
||||
@override late final _TranslationsSearchIt search = _TranslationsSearchIt._(_root);
|
||||
@override late final _TranslationsHotkeysIt hotkeys = _TranslationsHotkeysIt._(_root);
|
||||
@override late final _TranslationsFileInfoIt fileInfo = _TranslationsFileInfoIt._(_root);
|
||||
@override late final _TranslationsMediaMenuIt mediaMenu = _TranslationsMediaMenuIt._(_root);
|
||||
@override late final _TranslationsRateSheetIt rateSheet = _TranslationsRateSheetIt._(_root);
|
||||
@override late final _TranslationsAccessibilityIt accessibility = _TranslationsAccessibilityIt._(_root);
|
||||
@override late final _TranslationsTooltipsIt tooltips = _TranslationsTooltipsIt._(_root);
|
||||
@override late final _TranslationsAudioTracksIt audioTracks = _TranslationsAudioTracksIt._(_root);
|
||||
@override late final _TranslationsVideoControlsIt videoControls = _TranslationsVideoControlsIt._(_root);
|
||||
@override late final _TranslationsMessagesIt messages = _TranslationsMessagesIt._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingIt subtitlingStyling = _TranslationsSubtitlingStylingIt._(_root);
|
||||
@override late final _TranslationsMpvConfigIt mpvConfig = _TranslationsMpvConfigIt._(_root);
|
||||
@override late final _TranslationsDialogIt dialog = _TranslationsDialogIt._(_root);
|
||||
@override late final _TranslationsProfilesIt profiles = _TranslationsProfilesIt._(_root);
|
||||
@override late final _TranslationsConnectionsIt connections = _TranslationsConnectionsIt._(_root);
|
||||
@override late final _TranslationsDiscoverIt discover = _TranslationsDiscoverIt._(_root);
|
||||
@override late final _TranslationsErrorsIt errors = _TranslationsErrorsIt._(_root);
|
||||
@override late final _TranslationsLibrariesIt libraries = _TranslationsLibrariesIt._(_root);
|
||||
@override late final _TranslationsAboutIt about = _TranslationsAboutIt._(_root);
|
||||
@override late final _TranslationsServerSelectionIt serverSelection = _TranslationsServerSelectionIt._(_root);
|
||||
@override late final _TranslationsHubDetailIt hubDetail = _TranslationsHubDetailIt._(_root);
|
||||
@override late final _TranslationsLogsIt logs = _TranslationsLogsIt._(_root);
|
||||
@override late final _TranslationsLicensesIt licenses = _TranslationsLicensesIt._(_root);
|
||||
@override late final _TranslationsNavigationIt navigation = _TranslationsNavigationIt._(_root);
|
||||
@override late final _TranslationsExploreIt explore = _TranslationsExploreIt._(_root);
|
||||
@override late final _TranslationsLiveTvIt liveTv = _TranslationsLiveTvIt._(_root);
|
||||
@override late final _TranslationsCollectionsIt collections = _TranslationsCollectionsIt._(_root);
|
||||
@override late final _TranslationsPlaylistsIt playlists = _TranslationsPlaylistsIt._(_root);
|
||||
@override late final _TranslationsMusicIt music = _TranslationsMusicIt._(_root);
|
||||
@override late final _TranslationsWatchTogetherIt watchTogether = _TranslationsWatchTogetherIt._(_root);
|
||||
@override late final _TranslationsDownloadsIt downloads = _TranslationsDownloadsIt._(_root);
|
||||
@override late final _TranslationsShadersIt shaders = _TranslationsShadersIt._(_root);
|
||||
@override late final _TranslationsCompanionRemoteIt companionRemote = _TranslationsCompanionRemoteIt._(_root);
|
||||
@override late final _TranslationsVideoSettingsIt videoSettings = _TranslationsVideoSettingsIt._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayIt performanceOverlay = _TranslationsPerformanceOverlayIt._(_root);
|
||||
@override late final _TranslationsExternalPlayerIt externalPlayer = _TranslationsExternalPlayerIt._(_root);
|
||||
@override late final _TranslationsMetadataEditIt metadataEdit = _TranslationsMetadataEditIt._(_root);
|
||||
@override late final _TranslationsMatchScreenIt matchScreen = _TranslationsMatchScreenIt._(_root);
|
||||
@override late final _TranslationsServerTasksIt serverTasks = _TranslationsServerTasksIt._(_root);
|
||||
@override late final _TranslationsTraktIt trakt = _TranslationsTraktIt._(_root);
|
||||
@override late final _TranslationsSeerrIt seerr = _TranslationsSeerrIt._(_root);
|
||||
@override late final _TranslationsServicesIt services = _TranslationsServicesIt._(_root);
|
||||
@override late final _TranslationsAddServerIt addServer = _TranslationsAddServerIt._(_root);
|
||||
@override late final _Translations$app$it app = _Translations$app$it._(_root);
|
||||
@override late final _Translations$auth$it auth = _Translations$auth$it._(_root);
|
||||
@override late final _Translations$common$it common = _Translations$common$it._(_root);
|
||||
@override late final _Translations$screens$it screens = _Translations$screens$it._(_root);
|
||||
@override late final _Translations$update$it update = _Translations$update$it._(_root);
|
||||
@override late final _Translations$settings$it settings = _Translations$settings$it._(_root);
|
||||
@override late final _Translations$search$it search = _Translations$search$it._(_root);
|
||||
@override late final _Translations$hotkeys$it hotkeys = _Translations$hotkeys$it._(_root);
|
||||
@override late final _Translations$fileInfo$it fileInfo = _Translations$fileInfo$it._(_root);
|
||||
@override late final _Translations$mediaMenu$it mediaMenu = _Translations$mediaMenu$it._(_root);
|
||||
@override late final _Translations$rateSheet$it rateSheet = _Translations$rateSheet$it._(_root);
|
||||
@override late final _Translations$accessibility$it accessibility = _Translations$accessibility$it._(_root);
|
||||
@override late final _Translations$tooltips$it tooltips = _Translations$tooltips$it._(_root);
|
||||
@override late final _Translations$audioTracks$it audioTracks = _Translations$audioTracks$it._(_root);
|
||||
@override late final _Translations$videoControls$it videoControls = _Translations$videoControls$it._(_root);
|
||||
@override late final _Translations$messages$it messages = _Translations$messages$it._(_root);
|
||||
@override late final _Translations$subtitlingStyling$it subtitlingStyling = _Translations$subtitlingStyling$it._(_root);
|
||||
@override late final _Translations$mpvConfig$it mpvConfig = _Translations$mpvConfig$it._(_root);
|
||||
@override late final _Translations$dialog$it dialog = _Translations$dialog$it._(_root);
|
||||
@override late final _Translations$profiles$it profiles = _Translations$profiles$it._(_root);
|
||||
@override late final _Translations$connections$it connections = _Translations$connections$it._(_root);
|
||||
@override late final _Translations$discover$it discover = _Translations$discover$it._(_root);
|
||||
@override late final _Translations$errors$it errors = _Translations$errors$it._(_root);
|
||||
@override late final _Translations$libraries$it libraries = _Translations$libraries$it._(_root);
|
||||
@override late final _Translations$about$it about = _Translations$about$it._(_root);
|
||||
@override late final _Translations$serverSelection$it serverSelection = _Translations$serverSelection$it._(_root);
|
||||
@override late final _Translations$hubDetail$it hubDetail = _Translations$hubDetail$it._(_root);
|
||||
@override late final _Translations$logs$it logs = _Translations$logs$it._(_root);
|
||||
@override late final _Translations$licenses$it licenses = _Translations$licenses$it._(_root);
|
||||
@override late final _Translations$navigation$it navigation = _Translations$navigation$it._(_root);
|
||||
@override late final _Translations$explore$it explore = _Translations$explore$it._(_root);
|
||||
@override late final _Translations$liveTv$it liveTv = _Translations$liveTv$it._(_root);
|
||||
@override late final _Translations$collections$it collections = _Translations$collections$it._(_root);
|
||||
@override late final _Translations$playlists$it playlists = _Translations$playlists$it._(_root);
|
||||
@override late final _Translations$music$it music = _Translations$music$it._(_root);
|
||||
@override late final _Translations$watchTogether$it watchTogether = _Translations$watchTogether$it._(_root);
|
||||
@override late final _Translations$downloads$it downloads = _Translations$downloads$it._(_root);
|
||||
@override late final _Translations$shaders$it shaders = _Translations$shaders$it._(_root);
|
||||
@override late final _Translations$companionRemote$it companionRemote = _Translations$companionRemote$it._(_root);
|
||||
@override late final _Translations$videoSettings$it videoSettings = _Translations$videoSettings$it._(_root);
|
||||
@override late final _Translations$performanceOverlay$it performanceOverlay = _Translations$performanceOverlay$it._(_root);
|
||||
@override late final _Translations$externalPlayer$it externalPlayer = _Translations$externalPlayer$it._(_root);
|
||||
@override late final _Translations$metadataEdit$it metadataEdit = _Translations$metadataEdit$it._(_root);
|
||||
@override late final _Translations$matchScreen$it matchScreen = _Translations$matchScreen$it._(_root);
|
||||
@override late final _Translations$serverTasks$it serverTasks = _Translations$serverTasks$it._(_root);
|
||||
@override late final _Translations$trakt$it trakt = _Translations$trakt$it._(_root);
|
||||
@override late final _Translations$seerr$it seerr = _Translations$seerr$it._(_root);
|
||||
@override late final _Translations$services$it services = _Translations$services$it._(_root);
|
||||
@override late final _Translations$addServer$it addServer = _Translations$addServer$it._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppIt extends TranslationsAppEn {
|
||||
_TranslationsAppIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$it extends Translations$app$en {
|
||||
_Translations$app$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppIt extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthIt extends TranslationsAuthEn {
|
||||
_TranslationsAuthIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$it extends Translations$auth$en {
|
||||
_Translations$auth$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthIt extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonIt extends TranslationsCommonEn {
|
||||
_TranslationsCommonIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$it extends Translations$common$en {
|
||||
_Translations$common$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonIt extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensIt extends TranslationsScreensEn {
|
||||
_TranslationsScreensIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$it extends Translations$screens$en {
|
||||
_Translations$screens$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensIt extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateIt extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$it extends Translations$update$en {
|
||||
_Translations$update$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateIt extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsIt extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$it extends Translations$settings$en {
|
||||
_Translations$settings$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsIt extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchIt extends TranslationsSearchEn {
|
||||
_TranslationsSearchIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$it extends Translations$search$en {
|
||||
_Translations$search$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchIt extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysIt extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$it extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysIt extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Scorciatoia attuale:';
|
||||
@override String get pressToRecord => 'Seleziona per registrare una scorciatoia';
|
||||
@override String get recordingShortcut => 'Premi ora la scorciatoia';
|
||||
@override late final _TranslationsHotkeysActionsIt actions = _TranslationsHotkeysActionsIt._(_root);
|
||||
@override late final _Translations$hotkeys$actions$it actions = _Translations$hotkeys$actions$it._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoIt extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$it extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoIt extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuIt extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$it extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuIt extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetIt extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$it extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetIt extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityIt extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$it extends Translations$accessibility$en {
|
||||
_Translations$accessibility$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityIt extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsIt extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$it extends Translations$tooltips$en {
|
||||
_Translations$tooltips$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsIt extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksIt extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$it extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksIt extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsIt extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$it extends Translations$videoControls$en {
|
||||
_Translations$videoControls$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsIt extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Impossibile avviare la modalità Picture-in-Picture';
|
||||
@override String get screenshotSaved => 'Schermata salvata';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsIt pipErrors = _TranslationsVideoControlsPipErrorsIt._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$it pipErrors = _Translations$videoControls$pipErrors$it._(_root);
|
||||
@override String get chapters => 'Capitoli';
|
||||
@override String get noChaptersAvailable => 'Nessun capitolo disponibile';
|
||||
@override String get queue => 'Coda';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsIt extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesIt extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$it extends Translations$messages$en {
|
||||
_Translations$messages$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -765,8 +765,8 @@ class _TranslationsMessagesIt extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingIt extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$it extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -795,8 +795,8 @@ class _TranslationsSubtitlingStylingIt extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigIt extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$it extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -818,8 +818,8 @@ class _TranslationsMpvConfigIt extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogIt extends TranslationsDialogEn {
|
||||
_TranslationsDialogIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$it extends Translations$dialog$en {
|
||||
_Translations$dialog$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -828,8 +828,8 @@ class _TranslationsDialogIt extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesIt extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$it extends Translations$profiles$en {
|
||||
_Translations$profiles$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -897,8 +897,8 @@ class _TranslationsProfilesIt extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsIt extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$it extends Translations$connections$en {
|
||||
_Translations$connections$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -915,8 +915,8 @@ class _TranslationsConnectionsIt extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverIt extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$it extends Translations$discover$en {
|
||||
_Translations$discover$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -946,8 +946,8 @@ class _TranslationsDiscoverIt extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsIt extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$it extends Translations$errors$en {
|
||||
_Translations$errors$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -966,8 +966,8 @@ class _TranslationsErrorsIt extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesIt extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$it extends Translations$libraries$en {
|
||||
_Translations$libraries$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1013,15 +1013,15 @@ class _TranslationsLibrariesIt extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'Nessuna raccolta in questa libreria';
|
||||
@override String get noFoldersFound => 'Nessuna cartella trovata';
|
||||
@override String get folders => 'cartelle';
|
||||
@override late final _TranslationsLibrariesTabsIt tabs = _TranslationsLibrariesTabsIt._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsIt groupings = _TranslationsLibrariesGroupingsIt._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesIt filterCategories = _TranslationsLibrariesFilterCategoriesIt._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsIt sortLabels = _TranslationsLibrariesSortLabelsIt._(_root);
|
||||
@override late final _Translations$libraries$tabs$it tabs = _Translations$libraries$tabs$it._(_root);
|
||||
@override late final _Translations$libraries$groupings$it groupings = _Translations$libraries$groupings$it._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$it filterCategories = _Translations$libraries$filterCategories$it._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$it sortLabels = _Translations$libraries$sortLabels$it._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutIt extends TranslationsAboutEn {
|
||||
_TranslationsAboutIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$it extends Translations$about$en {
|
||||
_Translations$about$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1034,8 +1034,8 @@ class _TranslationsAboutIt extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionIt extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$it extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1045,8 +1045,8 @@ class _TranslationsServerSelectionIt extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailIt extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$it extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1059,8 +1059,8 @@ class _TranslationsHubDetailIt extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsIt extends TranslationsLogsEn {
|
||||
_TranslationsLogsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$it extends Translations$logs$en {
|
||||
_Translations$logs$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1071,8 +1071,8 @@ class _TranslationsLogsIt extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesIt extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$it extends Translations$licenses$en {
|
||||
_Translations$licenses$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1084,8 +1084,8 @@ class _TranslationsLicensesIt extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationIt extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$it extends Translations$navigation$en {
|
||||
_Translations$navigation$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1097,16 +1097,16 @@ class _TranslationsNavigationIt extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreIt extends TranslationsExploreEn {
|
||||
_TranslationsExploreIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$it extends Translations$explore$en {
|
||||
_Translations$explore$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Scopri';
|
||||
@override String get selectSource => 'Seleziona fonte';
|
||||
@override late final _TranslationsExploreRowsIt rows = _TranslationsExploreRowsIt._(_root);
|
||||
@override late final _TranslationsExploreStatusIt status = _TranslationsExploreStatusIt._(_root);
|
||||
@override late final _Translations$explore$rows$it rows = _Translations$explore$rows$it._(_root);
|
||||
@override late final _Translations$explore$status$it status = _Translations$explore$status$it._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('it'))(n,
|
||||
one: '${n} episodio',
|
||||
other: '${n} episodi',
|
||||
@@ -1128,8 +1128,8 @@ class _TranslationsExploreIt extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvIt extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$it extends Translations$liveTv$en {
|
||||
_Translations$liveTv$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1204,8 +1204,8 @@ class _TranslationsLiveTvIt extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsIt extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$it extends Translations$collections$en {
|
||||
_Translations$collections$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1233,8 +1233,8 @@ class _TranslationsCollectionsIt extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsIt extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$it extends Translations$playlists$en {
|
||||
_Translations$playlists$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1268,8 +1268,8 @@ class _TranslationsPlaylistsIt extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicIt extends TranslationsMusicEn {
|
||||
_TranslationsMusicIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$it extends Translations$music$en {
|
||||
_Translations$music$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1302,8 +1302,8 @@ class _TranslationsMusicIt extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherIt extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$it extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1376,8 +1376,8 @@ class _TranslationsWatchTogetherIt extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsIt extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$it extends Translations$downloads$en {
|
||||
_Translations$downloads$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1452,8 +1452,8 @@ class _TranslationsDownloadsIt extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersIt extends TranslationsShadersEn {
|
||||
_TranslationsShadersIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$it extends Translations$shaders$en {
|
||||
_Translations$shaders$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1476,8 +1476,8 @@ class _TranslationsShadersIt extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteIt extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$it extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1485,15 +1485,15 @@ class _TranslationsCompanionRemoteIt extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Telecomando';
|
||||
@override String connectedTo({required Object name}) => 'Connesso a ${name}';
|
||||
@override String get unknownDevice => 'Dispositivo sconosciuto';
|
||||
@override late final _TranslationsCompanionRemoteSessionIt session = _TranslationsCompanionRemoteSessionIt._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingIt pairing = _TranslationsCompanionRemotePairingIt._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteIt remote = _TranslationsCompanionRemoteRemoteIt._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsIt errors = _TranslationsCompanionRemoteErrorsIt._(_root);
|
||||
@override late final _Translations$companionRemote$session$it session = _Translations$companionRemote$session$it._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$it pairing = _Translations$companionRemote$pairing$it._(_root);
|
||||
@override late final _Translations$companionRemote$remote$it remote = _Translations$companionRemote$remote$it._(_root);
|
||||
@override late final _Translations$companionRemote$errors$it errors = _Translations$companionRemote$errors$it._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsIt extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$it extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1514,8 +1514,8 @@ class _TranslationsVideoSettingsIt extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayIt extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$it extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1558,8 +1558,8 @@ class _TranslationsPerformanceOverlayIt extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerIt extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$it extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1583,8 +1583,8 @@ class _TranslationsExternalPlayerIt extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditIt extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$it extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1668,8 +1668,8 @@ class _TranslationsMetadataEditIt extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenIt extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$it extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1689,8 +1689,8 @@ class _TranslationsMatchScreenIt extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksIt extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$it extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1701,8 +1701,8 @@ class _TranslationsServerTasksIt extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktIt extends TranslationsTraktEn {
|
||||
_TranslationsTraktIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$it extends Translations$trakt$en {
|
||||
_Translations$trakt$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1719,8 +1719,8 @@ class _TranslationsTraktIt extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrIt extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$it extends Translations$seerr$en {
|
||||
_Translations$seerr$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1758,8 +1758,8 @@ class _TranslationsSeerrIt extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesIt extends TranslationsServicesEn {
|
||||
_TranslationsServicesIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$it extends Translations$services$en {
|
||||
_Translations$services$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1773,15 +1773,15 @@ class _TranslationsServicesIt extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => 'Disconnettere ${service}?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy smetterà di aggiornare ${service}. Riconnetti quando vuoi.';
|
||||
@override String connectFailed({required Object service}) => 'Impossibile connettersi a ${service}. Riprova.';
|
||||
@override late final _TranslationsServicesNamesIt names = _TranslationsServicesNamesIt._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeIt deviceCode = _TranslationsServicesDeviceCodeIt._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyIt oauthProxy = _TranslationsServicesOauthProxyIt._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterIt libraryFilter = _TranslationsServicesLibraryFilterIt._(_root);
|
||||
@override late final _Translations$services$names$it names = _Translations$services$names$it._(_root);
|
||||
@override late final _Translations$services$deviceCode$it deviceCode = _Translations$services$deviceCode$it._(_root);
|
||||
@override late final _Translations$services$oauthProxy$it oauthProxy = _Translations$services$oauthProxy$it._(_root);
|
||||
@override late final _Translations$services$libraryFilter$it libraryFilter = _Translations$services$libraryFilter$it._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerIt extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$it extends Translations$addServer$en {
|
||||
_Translations$addServer$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1817,8 +1817,8 @@ class _TranslationsAddServerIt extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsIt extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$it extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1851,8 +1851,8 @@ class _TranslationsHotkeysActionsIt extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsIt extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$it extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1867,8 +1867,8 @@ class _TranslationsVideoControlsPipErrorsIt extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsIt extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$it extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1880,8 +1880,8 @@ class _TranslationsLibrariesTabsIt extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsIt extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$it extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1899,8 +1899,8 @@ class _TranslationsLibrariesGroupingsIt extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesIt extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$it extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1915,8 +1915,8 @@ class _TranslationsLibrariesFilterCategoriesIt extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsIt extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$it extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1944,8 +1944,8 @@ class _TranslationsLibrariesSortLabelsIt extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsIt extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$it extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1967,8 +1967,8 @@ class _TranslationsExploreRowsIt extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusIt extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$it extends Translations$explore$status$en {
|
||||
_Translations$explore$status$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -1980,8 +1980,8 @@ class _TranslationsExploreStatusIt extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionIt extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$it extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -2000,8 +2000,8 @@ class _TranslationsCompanionRemoteSessionIt extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingIt extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$it extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -2024,8 +2024,8 @@ class _TranslationsCompanionRemotePairingIt extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteIt extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$it extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -2060,8 +2060,8 @@ class _TranslationsCompanionRemoteRemoteIt extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsIt extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$it extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -2077,8 +2077,8 @@ class _TranslationsCompanionRemoteErrorsIt extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesIt extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$it extends Translations$services$names$en {
|
||||
_Translations$services$names$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -2090,8 +2090,8 @@ class _TranslationsServicesNamesIt extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeIt extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$it extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -2105,8 +2105,8 @@ class _TranslationsServicesDeviceCodeIt extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyIt extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$it extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
@@ -2119,8 +2119,8 @@ class _TranslationsServicesOauthProxyIt extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterIt extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterIt._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$it extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$it._(TranslationsIt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsIt _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsJa extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsJa $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsJa(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppJa app = _TranslationsAppJa._(_root);
|
||||
@override late final _TranslationsAuthJa auth = _TranslationsAuthJa._(_root);
|
||||
@override late final _TranslationsCommonJa common = _TranslationsCommonJa._(_root);
|
||||
@override late final _TranslationsScreensJa screens = _TranslationsScreensJa._(_root);
|
||||
@override late final _TranslationsUpdateJa update = _TranslationsUpdateJa._(_root);
|
||||
@override late final _TranslationsSettingsJa settings = _TranslationsSettingsJa._(_root);
|
||||
@override late final _TranslationsSearchJa search = _TranslationsSearchJa._(_root);
|
||||
@override late final _TranslationsHotkeysJa hotkeys = _TranslationsHotkeysJa._(_root);
|
||||
@override late final _TranslationsFileInfoJa fileInfo = _TranslationsFileInfoJa._(_root);
|
||||
@override late final _TranslationsMediaMenuJa mediaMenu = _TranslationsMediaMenuJa._(_root);
|
||||
@override late final _TranslationsRateSheetJa rateSheet = _TranslationsRateSheetJa._(_root);
|
||||
@override late final _TranslationsAccessibilityJa accessibility = _TranslationsAccessibilityJa._(_root);
|
||||
@override late final _TranslationsTooltipsJa tooltips = _TranslationsTooltipsJa._(_root);
|
||||
@override late final _TranslationsAudioTracksJa audioTracks = _TranslationsAudioTracksJa._(_root);
|
||||
@override late final _TranslationsVideoControlsJa videoControls = _TranslationsVideoControlsJa._(_root);
|
||||
@override late final _TranslationsMessagesJa messages = _TranslationsMessagesJa._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingJa subtitlingStyling = _TranslationsSubtitlingStylingJa._(_root);
|
||||
@override late final _TranslationsMpvConfigJa mpvConfig = _TranslationsMpvConfigJa._(_root);
|
||||
@override late final _TranslationsDialogJa dialog = _TranslationsDialogJa._(_root);
|
||||
@override late final _TranslationsProfilesJa profiles = _TranslationsProfilesJa._(_root);
|
||||
@override late final _TranslationsConnectionsJa connections = _TranslationsConnectionsJa._(_root);
|
||||
@override late final _TranslationsDiscoverJa discover = _TranslationsDiscoverJa._(_root);
|
||||
@override late final _TranslationsErrorsJa errors = _TranslationsErrorsJa._(_root);
|
||||
@override late final _TranslationsLibrariesJa libraries = _TranslationsLibrariesJa._(_root);
|
||||
@override late final _TranslationsAboutJa about = _TranslationsAboutJa._(_root);
|
||||
@override late final _TranslationsServerSelectionJa serverSelection = _TranslationsServerSelectionJa._(_root);
|
||||
@override late final _TranslationsHubDetailJa hubDetail = _TranslationsHubDetailJa._(_root);
|
||||
@override late final _TranslationsLogsJa logs = _TranslationsLogsJa._(_root);
|
||||
@override late final _TranslationsLicensesJa licenses = _TranslationsLicensesJa._(_root);
|
||||
@override late final _TranslationsNavigationJa navigation = _TranslationsNavigationJa._(_root);
|
||||
@override late final _TranslationsExploreJa explore = _TranslationsExploreJa._(_root);
|
||||
@override late final _TranslationsLiveTvJa liveTv = _TranslationsLiveTvJa._(_root);
|
||||
@override late final _TranslationsCollectionsJa collections = _TranslationsCollectionsJa._(_root);
|
||||
@override late final _TranslationsPlaylistsJa playlists = _TranslationsPlaylistsJa._(_root);
|
||||
@override late final _TranslationsMusicJa music = _TranslationsMusicJa._(_root);
|
||||
@override late final _TranslationsWatchTogetherJa watchTogether = _TranslationsWatchTogetherJa._(_root);
|
||||
@override late final _TranslationsDownloadsJa downloads = _TranslationsDownloadsJa._(_root);
|
||||
@override late final _TranslationsShadersJa shaders = _TranslationsShadersJa._(_root);
|
||||
@override late final _TranslationsCompanionRemoteJa companionRemote = _TranslationsCompanionRemoteJa._(_root);
|
||||
@override late final _TranslationsVideoSettingsJa videoSettings = _TranslationsVideoSettingsJa._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayJa performanceOverlay = _TranslationsPerformanceOverlayJa._(_root);
|
||||
@override late final _TranslationsExternalPlayerJa externalPlayer = _TranslationsExternalPlayerJa._(_root);
|
||||
@override late final _TranslationsMetadataEditJa metadataEdit = _TranslationsMetadataEditJa._(_root);
|
||||
@override late final _TranslationsMatchScreenJa matchScreen = _TranslationsMatchScreenJa._(_root);
|
||||
@override late final _TranslationsServerTasksJa serverTasks = _TranslationsServerTasksJa._(_root);
|
||||
@override late final _TranslationsTraktJa trakt = _TranslationsTraktJa._(_root);
|
||||
@override late final _TranslationsSeerrJa seerr = _TranslationsSeerrJa._(_root);
|
||||
@override late final _TranslationsServicesJa services = _TranslationsServicesJa._(_root);
|
||||
@override late final _TranslationsAddServerJa addServer = _TranslationsAddServerJa._(_root);
|
||||
@override late final _Translations$app$ja app = _Translations$app$ja._(_root);
|
||||
@override late final _Translations$auth$ja auth = _Translations$auth$ja._(_root);
|
||||
@override late final _Translations$common$ja common = _Translations$common$ja._(_root);
|
||||
@override late final _Translations$screens$ja screens = _Translations$screens$ja._(_root);
|
||||
@override late final _Translations$update$ja update = _Translations$update$ja._(_root);
|
||||
@override late final _Translations$settings$ja settings = _Translations$settings$ja._(_root);
|
||||
@override late final _Translations$search$ja search = _Translations$search$ja._(_root);
|
||||
@override late final _Translations$hotkeys$ja hotkeys = _Translations$hotkeys$ja._(_root);
|
||||
@override late final _Translations$fileInfo$ja fileInfo = _Translations$fileInfo$ja._(_root);
|
||||
@override late final _Translations$mediaMenu$ja mediaMenu = _Translations$mediaMenu$ja._(_root);
|
||||
@override late final _Translations$rateSheet$ja rateSheet = _Translations$rateSheet$ja._(_root);
|
||||
@override late final _Translations$accessibility$ja accessibility = _Translations$accessibility$ja._(_root);
|
||||
@override late final _Translations$tooltips$ja tooltips = _Translations$tooltips$ja._(_root);
|
||||
@override late final _Translations$audioTracks$ja audioTracks = _Translations$audioTracks$ja._(_root);
|
||||
@override late final _Translations$videoControls$ja videoControls = _Translations$videoControls$ja._(_root);
|
||||
@override late final _Translations$messages$ja messages = _Translations$messages$ja._(_root);
|
||||
@override late final _Translations$subtitlingStyling$ja subtitlingStyling = _Translations$subtitlingStyling$ja._(_root);
|
||||
@override late final _Translations$mpvConfig$ja mpvConfig = _Translations$mpvConfig$ja._(_root);
|
||||
@override late final _Translations$dialog$ja dialog = _Translations$dialog$ja._(_root);
|
||||
@override late final _Translations$profiles$ja profiles = _Translations$profiles$ja._(_root);
|
||||
@override late final _Translations$connections$ja connections = _Translations$connections$ja._(_root);
|
||||
@override late final _Translations$discover$ja discover = _Translations$discover$ja._(_root);
|
||||
@override late final _Translations$errors$ja errors = _Translations$errors$ja._(_root);
|
||||
@override late final _Translations$libraries$ja libraries = _Translations$libraries$ja._(_root);
|
||||
@override late final _Translations$about$ja about = _Translations$about$ja._(_root);
|
||||
@override late final _Translations$serverSelection$ja serverSelection = _Translations$serverSelection$ja._(_root);
|
||||
@override late final _Translations$hubDetail$ja hubDetail = _Translations$hubDetail$ja._(_root);
|
||||
@override late final _Translations$logs$ja logs = _Translations$logs$ja._(_root);
|
||||
@override late final _Translations$licenses$ja licenses = _Translations$licenses$ja._(_root);
|
||||
@override late final _Translations$navigation$ja navigation = _Translations$navigation$ja._(_root);
|
||||
@override late final _Translations$explore$ja explore = _Translations$explore$ja._(_root);
|
||||
@override late final _Translations$liveTv$ja liveTv = _Translations$liveTv$ja._(_root);
|
||||
@override late final _Translations$collections$ja collections = _Translations$collections$ja._(_root);
|
||||
@override late final _Translations$playlists$ja playlists = _Translations$playlists$ja._(_root);
|
||||
@override late final _Translations$music$ja music = _Translations$music$ja._(_root);
|
||||
@override late final _Translations$watchTogether$ja watchTogether = _Translations$watchTogether$ja._(_root);
|
||||
@override late final _Translations$downloads$ja downloads = _Translations$downloads$ja._(_root);
|
||||
@override late final _Translations$shaders$ja shaders = _Translations$shaders$ja._(_root);
|
||||
@override late final _Translations$companionRemote$ja companionRemote = _Translations$companionRemote$ja._(_root);
|
||||
@override late final _Translations$videoSettings$ja videoSettings = _Translations$videoSettings$ja._(_root);
|
||||
@override late final _Translations$performanceOverlay$ja performanceOverlay = _Translations$performanceOverlay$ja._(_root);
|
||||
@override late final _Translations$externalPlayer$ja externalPlayer = _Translations$externalPlayer$ja._(_root);
|
||||
@override late final _Translations$metadataEdit$ja metadataEdit = _Translations$metadataEdit$ja._(_root);
|
||||
@override late final _Translations$matchScreen$ja matchScreen = _Translations$matchScreen$ja._(_root);
|
||||
@override late final _Translations$serverTasks$ja serverTasks = _Translations$serverTasks$ja._(_root);
|
||||
@override late final _Translations$trakt$ja trakt = _Translations$trakt$ja._(_root);
|
||||
@override late final _Translations$seerr$ja seerr = _Translations$seerr$ja._(_root);
|
||||
@override late final _Translations$services$ja services = _Translations$services$ja._(_root);
|
||||
@override late final _Translations$addServer$ja addServer = _Translations$addServer$ja._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppJa extends TranslationsAppEn {
|
||||
_TranslationsAppJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$ja extends Translations$app$en {
|
||||
_Translations$app$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppJa extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthJa extends TranslationsAuthEn {
|
||||
_TranslationsAuthJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$ja extends Translations$auth$en {
|
||||
_Translations$auth$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthJa extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonJa extends TranslationsCommonEn {
|
||||
_TranslationsCommonJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$ja extends Translations$common$en {
|
||||
_Translations$common$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonJa extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensJa extends TranslationsScreensEn {
|
||||
_TranslationsScreensJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$ja extends Translations$screens$en {
|
||||
_Translations$screens$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensJa extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateJa extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$ja extends Translations$update$en {
|
||||
_Translations$update$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateJa extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsJa extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$ja extends Translations$settings$en {
|
||||
_Translations$settings$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsJa extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchJa extends TranslationsSearchEn {
|
||||
_TranslationsSearchJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$ja extends Translations$search$en {
|
||||
_Translations$search$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchJa extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysJa extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$ja extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysJa extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => '現在のショートカット:';
|
||||
@override String get pressToRecord => '選択してショートカットを記録';
|
||||
@override String get recordingShortcut => 'ショートカットを押してください';
|
||||
@override late final _TranslationsHotkeysActionsJa actions = _TranslationsHotkeysActionsJa._(_root);
|
||||
@override late final _Translations$hotkeys$actions$ja actions = _Translations$hotkeys$actions$ja._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoJa extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$ja extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoJa extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuJa extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$ja extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuJa extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetJa extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$ja extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetJa extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityJa extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$ja extends Translations$accessibility$en {
|
||||
_Translations$accessibility$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityJa extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsJa extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$ja extends Translations$tooltips$en {
|
||||
_Translations$tooltips$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsJa extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksJa extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$ja extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksJa extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsJa extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$ja extends Translations$videoControls$en {
|
||||
_Translations$videoControls$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsJa extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'ピクチャーインピクチャーの開始に失敗しました';
|
||||
@override String get screenshotSaved => 'スクリーンショットを保存しました';
|
||||
@override String zoomPercent({required Object percent}) => 'ズーム ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsJa pipErrors = _TranslationsVideoControlsPipErrorsJa._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$ja pipErrors = _Translations$videoControls$pipErrors$ja._(_root);
|
||||
@override String get chapters => 'チャプター';
|
||||
@override String get noChaptersAvailable => 'チャプターがありません';
|
||||
@override String get queue => 'キュー';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsJa extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesJa extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$ja extends Translations$messages$en {
|
||||
_Translations$messages$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -764,8 +764,8 @@ class _TranslationsMessagesJa extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingJa extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$ja extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -794,8 +794,8 @@ class _TranslationsSubtitlingStylingJa extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigJa extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$ja extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -817,8 +817,8 @@ class _TranslationsMpvConfigJa extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogJa extends TranslationsDialogEn {
|
||||
_TranslationsDialogJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$ja extends Translations$dialog$en {
|
||||
_Translations$dialog$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -827,8 +827,8 @@ class _TranslationsDialogJa extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesJa extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$ja extends Translations$profiles$en {
|
||||
_Translations$profiles$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -896,8 +896,8 @@ class _TranslationsProfilesJa extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsJa extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$ja extends Translations$connections$en {
|
||||
_Translations$connections$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -914,8 +914,8 @@ class _TranslationsConnectionsJa extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverJa extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$ja extends Translations$discover$en {
|
||||
_Translations$discover$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -945,8 +945,8 @@ class _TranslationsDiscoverJa extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsJa extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$ja extends Translations$errors$en {
|
||||
_Translations$errors$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -965,8 +965,8 @@ class _TranslationsErrorsJa extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesJa extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$ja extends Translations$libraries$en {
|
||||
_Translations$libraries$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1012,15 +1012,15 @@ class _TranslationsLibrariesJa extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'このライブラリにコレクションがありません';
|
||||
@override String get noFoldersFound => 'フォルダが見つかりません';
|
||||
@override String get folders => 'フォルダ';
|
||||
@override late final _TranslationsLibrariesTabsJa tabs = _TranslationsLibrariesTabsJa._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsJa groupings = _TranslationsLibrariesGroupingsJa._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesJa filterCategories = _TranslationsLibrariesFilterCategoriesJa._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsJa sortLabels = _TranslationsLibrariesSortLabelsJa._(_root);
|
||||
@override late final _Translations$libraries$tabs$ja tabs = _Translations$libraries$tabs$ja._(_root);
|
||||
@override late final _Translations$libraries$groupings$ja groupings = _Translations$libraries$groupings$ja._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$ja filterCategories = _Translations$libraries$filterCategories$ja._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$ja sortLabels = _Translations$libraries$sortLabels$ja._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutJa extends TranslationsAboutEn {
|
||||
_TranslationsAboutJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$ja extends Translations$about$en {
|
||||
_Translations$about$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1033,8 +1033,8 @@ class _TranslationsAboutJa extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionJa extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$ja extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1044,8 +1044,8 @@ class _TranslationsServerSelectionJa extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailJa extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$ja extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1058,8 +1058,8 @@ class _TranslationsHubDetailJa extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsJa extends TranslationsLogsEn {
|
||||
_TranslationsLogsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$ja extends Translations$logs$en {
|
||||
_Translations$logs$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1070,8 +1070,8 @@ class _TranslationsLogsJa extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesJa extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$ja extends Translations$licenses$en {
|
||||
_Translations$licenses$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1083,8 +1083,8 @@ class _TranslationsLicensesJa extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationJa extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$ja extends Translations$navigation$en {
|
||||
_Translations$navigation$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1096,16 +1096,16 @@ class _TranslationsNavigationJa extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreJa extends TranslationsExploreEn {
|
||||
_TranslationsExploreJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$ja extends Translations$explore$en {
|
||||
_Translations$explore$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => '探索';
|
||||
@override String get selectSource => 'ソースを選択';
|
||||
@override late final _TranslationsExploreRowsJa rows = _TranslationsExploreRowsJa._(_root);
|
||||
@override late final _TranslationsExploreStatusJa status = _TranslationsExploreStatusJa._(_root);
|
||||
@override late final _Translations$explore$rows$ja rows = _Translations$explore$rows$ja._(_root);
|
||||
@override late final _Translations$explore$status$ja status = _Translations$explore$status$ja._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('ja'))(n,
|
||||
other: '${n} 話',
|
||||
);
|
||||
@@ -1126,8 +1126,8 @@ class _TranslationsExploreJa extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvJa extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$ja extends Translations$liveTv$en {
|
||||
_Translations$liveTv$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1202,8 +1202,8 @@ class _TranslationsLiveTvJa extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsJa extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$ja extends Translations$collections$en {
|
||||
_Translations$collections$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1231,8 +1231,8 @@ class _TranslationsCollectionsJa extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsJa extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$ja extends Translations$playlists$en {
|
||||
_Translations$playlists$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1266,8 +1266,8 @@ class _TranslationsPlaylistsJa extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicJa extends TranslationsMusicEn {
|
||||
_TranslationsMusicJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$ja extends Translations$music$en {
|
||||
_Translations$music$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1299,8 +1299,8 @@ class _TranslationsMusicJa extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherJa extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$ja extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1373,8 +1373,8 @@ class _TranslationsWatchTogetherJa extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsJa extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$ja extends Translations$downloads$en {
|
||||
_Translations$downloads$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1449,8 +1449,8 @@ class _TranslationsDownloadsJa extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersJa extends TranslationsShadersEn {
|
||||
_TranslationsShadersJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$ja extends Translations$shaders$en {
|
||||
_Translations$shaders$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1473,8 +1473,8 @@ class _TranslationsShadersJa extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteJa extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$ja extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1482,15 +1482,15 @@ class _TranslationsCompanionRemoteJa extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'コンパニオンリモート';
|
||||
@override String connectedTo({required Object name}) => '${name}に接続中';
|
||||
@override String get unknownDevice => '不明なデバイス';
|
||||
@override late final _TranslationsCompanionRemoteSessionJa session = _TranslationsCompanionRemoteSessionJa._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingJa pairing = _TranslationsCompanionRemotePairingJa._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteJa remote = _TranslationsCompanionRemoteRemoteJa._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsJa errors = _TranslationsCompanionRemoteErrorsJa._(_root);
|
||||
@override late final _Translations$companionRemote$session$ja session = _Translations$companionRemote$session$ja._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$ja pairing = _Translations$companionRemote$pairing$ja._(_root);
|
||||
@override late final _Translations$companionRemote$remote$ja remote = _Translations$companionRemote$remote$ja._(_root);
|
||||
@override late final _Translations$companionRemote$errors$ja errors = _Translations$companionRemote$errors$ja._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsJa extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$ja extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1511,8 +1511,8 @@ class _TranslationsVideoSettingsJa extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayJa extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$ja extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1555,8 +1555,8 @@ class _TranslationsPerformanceOverlayJa extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerJa extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$ja extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1580,8 +1580,8 @@ class _TranslationsExternalPlayerJa extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditJa extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$ja extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1665,8 +1665,8 @@ class _TranslationsMetadataEditJa extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenJa extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$ja extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1686,8 +1686,8 @@ class _TranslationsMatchScreenJa extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksJa extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$ja extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1698,8 +1698,8 @@ class _TranslationsServerTasksJa extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktJa extends TranslationsTraktEn {
|
||||
_TranslationsTraktJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$ja extends Translations$trakt$en {
|
||||
_Translations$trakt$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1716,8 +1716,8 @@ class _TranslationsTraktJa extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrJa extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$ja extends Translations$seerr$en {
|
||||
_Translations$seerr$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1755,8 +1755,8 @@ class _TranslationsSeerrJa extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesJa extends TranslationsServicesEn {
|
||||
_TranslationsServicesJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$ja extends Translations$services$en {
|
||||
_Translations$services$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1770,15 +1770,15 @@ class _TranslationsServicesJa extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => '${service} の接続を解除しますか?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezyは${service}の更新を停止します。いつでも再接続できます。';
|
||||
@override String connectFailed({required Object service}) => '${service} に接続できませんでした。もう一度お試しください。';
|
||||
@override late final _TranslationsServicesNamesJa names = _TranslationsServicesNamesJa._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeJa deviceCode = _TranslationsServicesDeviceCodeJa._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyJa oauthProxy = _TranslationsServicesOauthProxyJa._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterJa libraryFilter = _TranslationsServicesLibraryFilterJa._(_root);
|
||||
@override late final _Translations$services$names$ja names = _Translations$services$names$ja._(_root);
|
||||
@override late final _Translations$services$deviceCode$ja deviceCode = _Translations$services$deviceCode$ja._(_root);
|
||||
@override late final _Translations$services$oauthProxy$ja oauthProxy = _Translations$services$oauthProxy$ja._(_root);
|
||||
@override late final _Translations$services$libraryFilter$ja libraryFilter = _Translations$services$libraryFilter$ja._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerJa extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$ja extends Translations$addServer$en {
|
||||
_Translations$addServer$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1814,8 +1814,8 @@ class _TranslationsAddServerJa extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsJa extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$ja extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1848,8 +1848,8 @@ class _TranslationsHotkeysActionsJa extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsJa extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$ja extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1864,8 +1864,8 @@ class _TranslationsVideoControlsPipErrorsJa extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsJa extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$ja extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1877,8 +1877,8 @@ class _TranslationsLibrariesTabsJa extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsJa extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$ja extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1896,8 +1896,8 @@ class _TranslationsLibrariesGroupingsJa extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesJa extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$ja extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1912,8 +1912,8 @@ class _TranslationsLibrariesFilterCategoriesJa extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsJa extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$ja extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1941,8 +1941,8 @@ class _TranslationsLibrariesSortLabelsJa extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsJa extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$ja extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1964,8 +1964,8 @@ class _TranslationsExploreRowsJa extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusJa extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$ja extends Translations$explore$status$en {
|
||||
_Translations$explore$status$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1977,8 +1977,8 @@ class _TranslationsExploreStatusJa extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionJa extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$ja extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -1997,8 +1997,8 @@ class _TranslationsCompanionRemoteSessionJa extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingJa extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$ja extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -2021,8 +2021,8 @@ class _TranslationsCompanionRemotePairingJa extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteJa extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$ja extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -2057,8 +2057,8 @@ class _TranslationsCompanionRemoteRemoteJa extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsJa extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$ja extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -2074,8 +2074,8 @@ class _TranslationsCompanionRemoteErrorsJa extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesJa extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$ja extends Translations$services$names$en {
|
||||
_Translations$services$names$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -2087,8 +2087,8 @@ class _TranslationsServicesNamesJa extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeJa extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$ja extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -2102,8 +2102,8 @@ class _TranslationsServicesDeviceCodeJa extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyJa extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$ja extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
@@ -2116,8 +2116,8 @@ class _TranslationsServicesOauthProxyJa extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterJa extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterJa._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$ja extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$ja._(TranslationsJa root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsJa _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsKo extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsKo $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsKo(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppKo app = _TranslationsAppKo._(_root);
|
||||
@override late final _TranslationsAuthKo auth = _TranslationsAuthKo._(_root);
|
||||
@override late final _TranslationsCommonKo common = _TranslationsCommonKo._(_root);
|
||||
@override late final _TranslationsScreensKo screens = _TranslationsScreensKo._(_root);
|
||||
@override late final _TranslationsUpdateKo update = _TranslationsUpdateKo._(_root);
|
||||
@override late final _TranslationsSettingsKo settings = _TranslationsSettingsKo._(_root);
|
||||
@override late final _TranslationsSearchKo search = _TranslationsSearchKo._(_root);
|
||||
@override late final _TranslationsHotkeysKo hotkeys = _TranslationsHotkeysKo._(_root);
|
||||
@override late final _TranslationsFileInfoKo fileInfo = _TranslationsFileInfoKo._(_root);
|
||||
@override late final _TranslationsMediaMenuKo mediaMenu = _TranslationsMediaMenuKo._(_root);
|
||||
@override late final _TranslationsRateSheetKo rateSheet = _TranslationsRateSheetKo._(_root);
|
||||
@override late final _TranslationsAccessibilityKo accessibility = _TranslationsAccessibilityKo._(_root);
|
||||
@override late final _TranslationsTooltipsKo tooltips = _TranslationsTooltipsKo._(_root);
|
||||
@override late final _TranslationsAudioTracksKo audioTracks = _TranslationsAudioTracksKo._(_root);
|
||||
@override late final _TranslationsVideoControlsKo videoControls = _TranslationsVideoControlsKo._(_root);
|
||||
@override late final _TranslationsMessagesKo messages = _TranslationsMessagesKo._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingKo subtitlingStyling = _TranslationsSubtitlingStylingKo._(_root);
|
||||
@override late final _TranslationsMpvConfigKo mpvConfig = _TranslationsMpvConfigKo._(_root);
|
||||
@override late final _TranslationsDialogKo dialog = _TranslationsDialogKo._(_root);
|
||||
@override late final _TranslationsProfilesKo profiles = _TranslationsProfilesKo._(_root);
|
||||
@override late final _TranslationsConnectionsKo connections = _TranslationsConnectionsKo._(_root);
|
||||
@override late final _TranslationsDiscoverKo discover = _TranslationsDiscoverKo._(_root);
|
||||
@override late final _TranslationsErrorsKo errors = _TranslationsErrorsKo._(_root);
|
||||
@override late final _TranslationsLibrariesKo libraries = _TranslationsLibrariesKo._(_root);
|
||||
@override late final _TranslationsAboutKo about = _TranslationsAboutKo._(_root);
|
||||
@override late final _TranslationsServerSelectionKo serverSelection = _TranslationsServerSelectionKo._(_root);
|
||||
@override late final _TranslationsHubDetailKo hubDetail = _TranslationsHubDetailKo._(_root);
|
||||
@override late final _TranslationsLogsKo logs = _TranslationsLogsKo._(_root);
|
||||
@override late final _TranslationsLicensesKo licenses = _TranslationsLicensesKo._(_root);
|
||||
@override late final _TranslationsNavigationKo navigation = _TranslationsNavigationKo._(_root);
|
||||
@override late final _TranslationsExploreKo explore = _TranslationsExploreKo._(_root);
|
||||
@override late final _TranslationsLiveTvKo liveTv = _TranslationsLiveTvKo._(_root);
|
||||
@override late final _TranslationsCollectionsKo collections = _TranslationsCollectionsKo._(_root);
|
||||
@override late final _TranslationsPlaylistsKo playlists = _TranslationsPlaylistsKo._(_root);
|
||||
@override late final _TranslationsMusicKo music = _TranslationsMusicKo._(_root);
|
||||
@override late final _TranslationsWatchTogetherKo watchTogether = _TranslationsWatchTogetherKo._(_root);
|
||||
@override late final _TranslationsDownloadsKo downloads = _TranslationsDownloadsKo._(_root);
|
||||
@override late final _TranslationsShadersKo shaders = _TranslationsShadersKo._(_root);
|
||||
@override late final _TranslationsCompanionRemoteKo companionRemote = _TranslationsCompanionRemoteKo._(_root);
|
||||
@override late final _TranslationsVideoSettingsKo videoSettings = _TranslationsVideoSettingsKo._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayKo performanceOverlay = _TranslationsPerformanceOverlayKo._(_root);
|
||||
@override late final _TranslationsExternalPlayerKo externalPlayer = _TranslationsExternalPlayerKo._(_root);
|
||||
@override late final _TranslationsMetadataEditKo metadataEdit = _TranslationsMetadataEditKo._(_root);
|
||||
@override late final _TranslationsMatchScreenKo matchScreen = _TranslationsMatchScreenKo._(_root);
|
||||
@override late final _TranslationsServerTasksKo serverTasks = _TranslationsServerTasksKo._(_root);
|
||||
@override late final _TranslationsTraktKo trakt = _TranslationsTraktKo._(_root);
|
||||
@override late final _TranslationsSeerrKo seerr = _TranslationsSeerrKo._(_root);
|
||||
@override late final _TranslationsServicesKo services = _TranslationsServicesKo._(_root);
|
||||
@override late final _TranslationsAddServerKo addServer = _TranslationsAddServerKo._(_root);
|
||||
@override late final _Translations$app$ko app = _Translations$app$ko._(_root);
|
||||
@override late final _Translations$auth$ko auth = _Translations$auth$ko._(_root);
|
||||
@override late final _Translations$common$ko common = _Translations$common$ko._(_root);
|
||||
@override late final _Translations$screens$ko screens = _Translations$screens$ko._(_root);
|
||||
@override late final _Translations$update$ko update = _Translations$update$ko._(_root);
|
||||
@override late final _Translations$settings$ko settings = _Translations$settings$ko._(_root);
|
||||
@override late final _Translations$search$ko search = _Translations$search$ko._(_root);
|
||||
@override late final _Translations$hotkeys$ko hotkeys = _Translations$hotkeys$ko._(_root);
|
||||
@override late final _Translations$fileInfo$ko fileInfo = _Translations$fileInfo$ko._(_root);
|
||||
@override late final _Translations$mediaMenu$ko mediaMenu = _Translations$mediaMenu$ko._(_root);
|
||||
@override late final _Translations$rateSheet$ko rateSheet = _Translations$rateSheet$ko._(_root);
|
||||
@override late final _Translations$accessibility$ko accessibility = _Translations$accessibility$ko._(_root);
|
||||
@override late final _Translations$tooltips$ko tooltips = _Translations$tooltips$ko._(_root);
|
||||
@override late final _Translations$audioTracks$ko audioTracks = _Translations$audioTracks$ko._(_root);
|
||||
@override late final _Translations$videoControls$ko videoControls = _Translations$videoControls$ko._(_root);
|
||||
@override late final _Translations$messages$ko messages = _Translations$messages$ko._(_root);
|
||||
@override late final _Translations$subtitlingStyling$ko subtitlingStyling = _Translations$subtitlingStyling$ko._(_root);
|
||||
@override late final _Translations$mpvConfig$ko mpvConfig = _Translations$mpvConfig$ko._(_root);
|
||||
@override late final _Translations$dialog$ko dialog = _Translations$dialog$ko._(_root);
|
||||
@override late final _Translations$profiles$ko profiles = _Translations$profiles$ko._(_root);
|
||||
@override late final _Translations$connections$ko connections = _Translations$connections$ko._(_root);
|
||||
@override late final _Translations$discover$ko discover = _Translations$discover$ko._(_root);
|
||||
@override late final _Translations$errors$ko errors = _Translations$errors$ko._(_root);
|
||||
@override late final _Translations$libraries$ko libraries = _Translations$libraries$ko._(_root);
|
||||
@override late final _Translations$about$ko about = _Translations$about$ko._(_root);
|
||||
@override late final _Translations$serverSelection$ko serverSelection = _Translations$serverSelection$ko._(_root);
|
||||
@override late final _Translations$hubDetail$ko hubDetail = _Translations$hubDetail$ko._(_root);
|
||||
@override late final _Translations$logs$ko logs = _Translations$logs$ko._(_root);
|
||||
@override late final _Translations$licenses$ko licenses = _Translations$licenses$ko._(_root);
|
||||
@override late final _Translations$navigation$ko navigation = _Translations$navigation$ko._(_root);
|
||||
@override late final _Translations$explore$ko explore = _Translations$explore$ko._(_root);
|
||||
@override late final _Translations$liveTv$ko liveTv = _Translations$liveTv$ko._(_root);
|
||||
@override late final _Translations$collections$ko collections = _Translations$collections$ko._(_root);
|
||||
@override late final _Translations$playlists$ko playlists = _Translations$playlists$ko._(_root);
|
||||
@override late final _Translations$music$ko music = _Translations$music$ko._(_root);
|
||||
@override late final _Translations$watchTogether$ko watchTogether = _Translations$watchTogether$ko._(_root);
|
||||
@override late final _Translations$downloads$ko downloads = _Translations$downloads$ko._(_root);
|
||||
@override late final _Translations$shaders$ko shaders = _Translations$shaders$ko._(_root);
|
||||
@override late final _Translations$companionRemote$ko companionRemote = _Translations$companionRemote$ko._(_root);
|
||||
@override late final _Translations$videoSettings$ko videoSettings = _Translations$videoSettings$ko._(_root);
|
||||
@override late final _Translations$performanceOverlay$ko performanceOverlay = _Translations$performanceOverlay$ko._(_root);
|
||||
@override late final _Translations$externalPlayer$ko externalPlayer = _Translations$externalPlayer$ko._(_root);
|
||||
@override late final _Translations$metadataEdit$ko metadataEdit = _Translations$metadataEdit$ko._(_root);
|
||||
@override late final _Translations$matchScreen$ko matchScreen = _Translations$matchScreen$ko._(_root);
|
||||
@override late final _Translations$serverTasks$ko serverTasks = _Translations$serverTasks$ko._(_root);
|
||||
@override late final _Translations$trakt$ko trakt = _Translations$trakt$ko._(_root);
|
||||
@override late final _Translations$seerr$ko seerr = _Translations$seerr$ko._(_root);
|
||||
@override late final _Translations$services$ko services = _Translations$services$ko._(_root);
|
||||
@override late final _Translations$addServer$ko addServer = _Translations$addServer$ko._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppKo extends TranslationsAppEn {
|
||||
_TranslationsAppKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$ko extends Translations$app$en {
|
||||
_Translations$app$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppKo extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthKo extends TranslationsAuthEn {
|
||||
_TranslationsAuthKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$ko extends Translations$auth$en {
|
||||
_Translations$auth$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthKo extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonKo extends TranslationsCommonEn {
|
||||
_TranslationsCommonKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$ko extends Translations$common$en {
|
||||
_Translations$common$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonKo extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensKo extends TranslationsScreensEn {
|
||||
_TranslationsScreensKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$ko extends Translations$screens$en {
|
||||
_Translations$screens$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensKo extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateKo extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$ko extends Translations$update$en {
|
||||
_Translations$update$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateKo extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsKo extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$ko extends Translations$settings$en {
|
||||
_Translations$settings$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsKo extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchKo extends TranslationsSearchEn {
|
||||
_TranslationsSearchKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$ko extends Translations$search$en {
|
||||
_Translations$search$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchKo extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysKo extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$ko extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysKo extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => '현재 단축키:';
|
||||
@override String get pressToRecord => '단축키를 기록하려면 선택';
|
||||
@override String get recordingShortcut => '지금 단축키를 누르세요';
|
||||
@override late final _TranslationsHotkeysActionsKo actions = _TranslationsHotkeysActionsKo._(_root);
|
||||
@override late final _Translations$hotkeys$actions$ko actions = _Translations$hotkeys$actions$ko._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoKo extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$ko extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoKo extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuKo extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$ko extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuKo extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetKo extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$ko extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetKo extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityKo extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$ko extends Translations$accessibility$en {
|
||||
_Translations$accessibility$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityKo extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsKo extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$ko extends Translations$tooltips$en {
|
||||
_Translations$tooltips$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsKo extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksKo extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$ko extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksKo extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsKo extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$ko extends Translations$videoControls$en {
|
||||
_Translations$videoControls$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsKo extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => '화면 속 화면 모드를 시작할 수 없습니다';
|
||||
@override String get screenshotSaved => '스크린샷 저장됨';
|
||||
@override String zoomPercent({required Object percent}) => '확대/축소 ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsKo pipErrors = _TranslationsVideoControlsPipErrorsKo._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$ko pipErrors = _Translations$videoControls$pipErrors$ko._(_root);
|
||||
@override String get chapters => '챕터';
|
||||
@override String get noChaptersAvailable => '사용 가능한 챕터가 없습니다';
|
||||
@override String get queue => '재생 대기열';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsKo extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesKo extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$ko extends Translations$messages$en {
|
||||
_Translations$messages$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -764,8 +764,8 @@ class _TranslationsMessagesKo extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingKo extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$ko extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -794,8 +794,8 @@ class _TranslationsSubtitlingStylingKo extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigKo extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$ko extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -817,8 +817,8 @@ class _TranslationsMpvConfigKo extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogKo extends TranslationsDialogEn {
|
||||
_TranslationsDialogKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$ko extends Translations$dialog$en {
|
||||
_Translations$dialog$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -827,8 +827,8 @@ class _TranslationsDialogKo extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesKo extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$ko extends Translations$profiles$en {
|
||||
_Translations$profiles$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -896,8 +896,8 @@ class _TranslationsProfilesKo extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsKo extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$ko extends Translations$connections$en {
|
||||
_Translations$connections$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -914,8 +914,8 @@ class _TranslationsConnectionsKo extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverKo extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$ko extends Translations$discover$en {
|
||||
_Translations$discover$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -945,8 +945,8 @@ class _TranslationsDiscoverKo extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsKo extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$ko extends Translations$errors$en {
|
||||
_Translations$errors$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -965,8 +965,8 @@ class _TranslationsErrorsKo extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesKo extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$ko extends Translations$libraries$en {
|
||||
_Translations$libraries$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1012,15 +1012,15 @@ class _TranslationsLibrariesKo extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => '이 미디어 라이브러리에는 컬렉션이 없습니다';
|
||||
@override String get noFoldersFound => '폴더를 찾을 수 없습니다';
|
||||
@override String get folders => '폴더';
|
||||
@override late final _TranslationsLibrariesTabsKo tabs = _TranslationsLibrariesTabsKo._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsKo groupings = _TranslationsLibrariesGroupingsKo._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesKo filterCategories = _TranslationsLibrariesFilterCategoriesKo._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsKo sortLabels = _TranslationsLibrariesSortLabelsKo._(_root);
|
||||
@override late final _Translations$libraries$tabs$ko tabs = _Translations$libraries$tabs$ko._(_root);
|
||||
@override late final _Translations$libraries$groupings$ko groupings = _Translations$libraries$groupings$ko._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$ko filterCategories = _Translations$libraries$filterCategories$ko._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$ko sortLabels = _Translations$libraries$sortLabels$ko._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutKo extends TranslationsAboutEn {
|
||||
_TranslationsAboutKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$ko extends Translations$about$en {
|
||||
_Translations$about$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1033,8 +1033,8 @@ class _TranslationsAboutKo extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionKo extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$ko extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1044,8 +1044,8 @@ class _TranslationsServerSelectionKo extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailKo extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$ko extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1058,8 +1058,8 @@ class _TranslationsHubDetailKo extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsKo extends TranslationsLogsEn {
|
||||
_TranslationsLogsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$ko extends Translations$logs$en {
|
||||
_Translations$logs$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1070,8 +1070,8 @@ class _TranslationsLogsKo extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesKo extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$ko extends Translations$licenses$en {
|
||||
_Translations$licenses$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1083,8 +1083,8 @@ class _TranslationsLicensesKo extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationKo extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$ko extends Translations$navigation$en {
|
||||
_Translations$navigation$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1096,16 +1096,16 @@ class _TranslationsNavigationKo extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreKo extends TranslationsExploreEn {
|
||||
_TranslationsExploreKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$ko extends Translations$explore$en {
|
||||
_Translations$explore$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => '탐색';
|
||||
@override String get selectSource => '소스 선택';
|
||||
@override late final _TranslationsExploreRowsKo rows = _TranslationsExploreRowsKo._(_root);
|
||||
@override late final _TranslationsExploreStatusKo status = _TranslationsExploreStatusKo._(_root);
|
||||
@override late final _Translations$explore$rows$ko rows = _Translations$explore$rows$ko._(_root);
|
||||
@override late final _Translations$explore$status$ko status = _Translations$explore$status$ko._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('ko'))(n,
|
||||
other: '${n}화',
|
||||
);
|
||||
@@ -1126,8 +1126,8 @@ class _TranslationsExploreKo extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvKo extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$ko extends Translations$liveTv$en {
|
||||
_Translations$liveTv$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1202,8 +1202,8 @@ class _TranslationsLiveTvKo extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsKo extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$ko extends Translations$collections$en {
|
||||
_Translations$collections$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1231,8 +1231,8 @@ class _TranslationsCollectionsKo extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsKo extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$ko extends Translations$playlists$en {
|
||||
_Translations$playlists$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1266,8 +1266,8 @@ class _TranslationsPlaylistsKo extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicKo extends TranslationsMusicEn {
|
||||
_TranslationsMusicKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$ko extends Translations$music$en {
|
||||
_Translations$music$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1299,8 +1299,8 @@ class _TranslationsMusicKo extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherKo extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$ko extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1373,8 +1373,8 @@ class _TranslationsWatchTogetherKo extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsKo extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$ko extends Translations$downloads$en {
|
||||
_Translations$downloads$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1449,8 +1449,8 @@ class _TranslationsDownloadsKo extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersKo extends TranslationsShadersEn {
|
||||
_TranslationsShadersKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$ko extends Translations$shaders$en {
|
||||
_Translations$shaders$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1473,8 +1473,8 @@ class _TranslationsShadersKo extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteKo extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$ko extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1482,15 +1482,15 @@ class _TranslationsCompanionRemoteKo extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => '컴패니언 리모컨';
|
||||
@override String connectedTo({required Object name}) => '${name}에 연결됨';
|
||||
@override String get unknownDevice => '알 수 없는 기기';
|
||||
@override late final _TranslationsCompanionRemoteSessionKo session = _TranslationsCompanionRemoteSessionKo._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingKo pairing = _TranslationsCompanionRemotePairingKo._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteKo remote = _TranslationsCompanionRemoteRemoteKo._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsKo errors = _TranslationsCompanionRemoteErrorsKo._(_root);
|
||||
@override late final _Translations$companionRemote$session$ko session = _Translations$companionRemote$session$ko._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$ko pairing = _Translations$companionRemote$pairing$ko._(_root);
|
||||
@override late final _Translations$companionRemote$remote$ko remote = _Translations$companionRemote$remote$ko._(_root);
|
||||
@override late final _Translations$companionRemote$errors$ko errors = _Translations$companionRemote$errors$ko._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsKo extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$ko extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1511,8 +1511,8 @@ class _TranslationsVideoSettingsKo extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayKo extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$ko extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1555,8 +1555,8 @@ class _TranslationsPerformanceOverlayKo extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerKo extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$ko extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1580,8 +1580,8 @@ class _TranslationsExternalPlayerKo extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditKo extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$ko extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1665,8 +1665,8 @@ class _TranslationsMetadataEditKo extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenKo extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$ko extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1686,8 +1686,8 @@ class _TranslationsMatchScreenKo extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksKo extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$ko extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1698,8 +1698,8 @@ class _TranslationsServerTasksKo extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktKo extends TranslationsTraktEn {
|
||||
_TranslationsTraktKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$ko extends Translations$trakt$en {
|
||||
_Translations$trakt$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1716,8 +1716,8 @@ class _TranslationsTraktKo extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrKo extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$ko extends Translations$seerr$en {
|
||||
_Translations$seerr$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1755,8 +1755,8 @@ class _TranslationsSeerrKo extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesKo extends TranslationsServicesEn {
|
||||
_TranslationsServicesKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$ko extends Translations$services$en {
|
||||
_Translations$services$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1770,15 +1770,15 @@ class _TranslationsServicesKo extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => '${service} 연결을 해제하시겠습니까?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy가 ${service} 업데이트를 중지합니다. 언제든 다시 연결할 수 있습니다.';
|
||||
@override String connectFailed({required Object service}) => '${service}에 연결할 수 없습니다. 다시 시도하세요.';
|
||||
@override late final _TranslationsServicesNamesKo names = _TranslationsServicesNamesKo._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeKo deviceCode = _TranslationsServicesDeviceCodeKo._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyKo oauthProxy = _TranslationsServicesOauthProxyKo._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterKo libraryFilter = _TranslationsServicesLibraryFilterKo._(_root);
|
||||
@override late final _Translations$services$names$ko names = _Translations$services$names$ko._(_root);
|
||||
@override late final _Translations$services$deviceCode$ko deviceCode = _Translations$services$deviceCode$ko._(_root);
|
||||
@override late final _Translations$services$oauthProxy$ko oauthProxy = _Translations$services$oauthProxy$ko._(_root);
|
||||
@override late final _Translations$services$libraryFilter$ko libraryFilter = _Translations$services$libraryFilter$ko._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerKo extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$ko extends Translations$addServer$en {
|
||||
_Translations$addServer$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1814,8 +1814,8 @@ class _TranslationsAddServerKo extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsKo extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$ko extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1848,8 +1848,8 @@ class _TranslationsHotkeysActionsKo extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsKo extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$ko extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1864,8 +1864,8 @@ class _TranslationsVideoControlsPipErrorsKo extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsKo extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$ko extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1877,8 +1877,8 @@ class _TranslationsLibrariesTabsKo extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsKo extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$ko extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1896,8 +1896,8 @@ class _TranslationsLibrariesGroupingsKo extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesKo extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$ko extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1912,8 +1912,8 @@ class _TranslationsLibrariesFilterCategoriesKo extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsKo extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$ko extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1941,8 +1941,8 @@ class _TranslationsLibrariesSortLabelsKo extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsKo extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$ko extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1964,8 +1964,8 @@ class _TranslationsExploreRowsKo extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusKo extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$ko extends Translations$explore$status$en {
|
||||
_Translations$explore$status$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1977,8 +1977,8 @@ class _TranslationsExploreStatusKo extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionKo extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$ko extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -1997,8 +1997,8 @@ class _TranslationsCompanionRemoteSessionKo extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingKo extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$ko extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -2021,8 +2021,8 @@ class _TranslationsCompanionRemotePairingKo extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteKo extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$ko extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -2057,8 +2057,8 @@ class _TranslationsCompanionRemoteRemoteKo extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsKo extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$ko extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -2074,8 +2074,8 @@ class _TranslationsCompanionRemoteErrorsKo extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesKo extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$ko extends Translations$services$names$en {
|
||||
_Translations$services$names$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -2087,8 +2087,8 @@ class _TranslationsServicesNamesKo extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeKo extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$ko extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -2102,8 +2102,8 @@ class _TranslationsServicesDeviceCodeKo extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyKo extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$ko extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
@@ -2116,8 +2116,8 @@ class _TranslationsServicesOauthProxyKo extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterKo extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterKo._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$ko extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$ko._(TranslationsKo root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsKo _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsNb extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsNb $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsNb(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppNb app = _TranslationsAppNb._(_root);
|
||||
@override late final _TranslationsAuthNb auth = _TranslationsAuthNb._(_root);
|
||||
@override late final _TranslationsCommonNb common = _TranslationsCommonNb._(_root);
|
||||
@override late final _TranslationsScreensNb screens = _TranslationsScreensNb._(_root);
|
||||
@override late final _TranslationsUpdateNb update = _TranslationsUpdateNb._(_root);
|
||||
@override late final _TranslationsSettingsNb settings = _TranslationsSettingsNb._(_root);
|
||||
@override late final _TranslationsSearchNb search = _TranslationsSearchNb._(_root);
|
||||
@override late final _TranslationsHotkeysNb hotkeys = _TranslationsHotkeysNb._(_root);
|
||||
@override late final _TranslationsFileInfoNb fileInfo = _TranslationsFileInfoNb._(_root);
|
||||
@override late final _TranslationsMediaMenuNb mediaMenu = _TranslationsMediaMenuNb._(_root);
|
||||
@override late final _TranslationsRateSheetNb rateSheet = _TranslationsRateSheetNb._(_root);
|
||||
@override late final _TranslationsAccessibilityNb accessibility = _TranslationsAccessibilityNb._(_root);
|
||||
@override late final _TranslationsTooltipsNb tooltips = _TranslationsTooltipsNb._(_root);
|
||||
@override late final _TranslationsAudioTracksNb audioTracks = _TranslationsAudioTracksNb._(_root);
|
||||
@override late final _TranslationsVideoControlsNb videoControls = _TranslationsVideoControlsNb._(_root);
|
||||
@override late final _TranslationsMessagesNb messages = _TranslationsMessagesNb._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingNb subtitlingStyling = _TranslationsSubtitlingStylingNb._(_root);
|
||||
@override late final _TranslationsMpvConfigNb mpvConfig = _TranslationsMpvConfigNb._(_root);
|
||||
@override late final _TranslationsDialogNb dialog = _TranslationsDialogNb._(_root);
|
||||
@override late final _TranslationsProfilesNb profiles = _TranslationsProfilesNb._(_root);
|
||||
@override late final _TranslationsConnectionsNb connections = _TranslationsConnectionsNb._(_root);
|
||||
@override late final _TranslationsDiscoverNb discover = _TranslationsDiscoverNb._(_root);
|
||||
@override late final _TranslationsErrorsNb errors = _TranslationsErrorsNb._(_root);
|
||||
@override late final _TranslationsLibrariesNb libraries = _TranslationsLibrariesNb._(_root);
|
||||
@override late final _TranslationsAboutNb about = _TranslationsAboutNb._(_root);
|
||||
@override late final _TranslationsServerSelectionNb serverSelection = _TranslationsServerSelectionNb._(_root);
|
||||
@override late final _TranslationsHubDetailNb hubDetail = _TranslationsHubDetailNb._(_root);
|
||||
@override late final _TranslationsLogsNb logs = _TranslationsLogsNb._(_root);
|
||||
@override late final _TranslationsLicensesNb licenses = _TranslationsLicensesNb._(_root);
|
||||
@override late final _TranslationsNavigationNb navigation = _TranslationsNavigationNb._(_root);
|
||||
@override late final _TranslationsExploreNb explore = _TranslationsExploreNb._(_root);
|
||||
@override late final _TranslationsLiveTvNb liveTv = _TranslationsLiveTvNb._(_root);
|
||||
@override late final _TranslationsCollectionsNb collections = _TranslationsCollectionsNb._(_root);
|
||||
@override late final _TranslationsPlaylistsNb playlists = _TranslationsPlaylistsNb._(_root);
|
||||
@override late final _TranslationsMusicNb music = _TranslationsMusicNb._(_root);
|
||||
@override late final _TranslationsWatchTogetherNb watchTogether = _TranslationsWatchTogetherNb._(_root);
|
||||
@override late final _TranslationsDownloadsNb downloads = _TranslationsDownloadsNb._(_root);
|
||||
@override late final _TranslationsShadersNb shaders = _TranslationsShadersNb._(_root);
|
||||
@override late final _TranslationsCompanionRemoteNb companionRemote = _TranslationsCompanionRemoteNb._(_root);
|
||||
@override late final _TranslationsVideoSettingsNb videoSettings = _TranslationsVideoSettingsNb._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayNb performanceOverlay = _TranslationsPerformanceOverlayNb._(_root);
|
||||
@override late final _TranslationsExternalPlayerNb externalPlayer = _TranslationsExternalPlayerNb._(_root);
|
||||
@override late final _TranslationsMetadataEditNb metadataEdit = _TranslationsMetadataEditNb._(_root);
|
||||
@override late final _TranslationsMatchScreenNb matchScreen = _TranslationsMatchScreenNb._(_root);
|
||||
@override late final _TranslationsServerTasksNb serverTasks = _TranslationsServerTasksNb._(_root);
|
||||
@override late final _TranslationsTraktNb trakt = _TranslationsTraktNb._(_root);
|
||||
@override late final _TranslationsSeerrNb seerr = _TranslationsSeerrNb._(_root);
|
||||
@override late final _TranslationsServicesNb services = _TranslationsServicesNb._(_root);
|
||||
@override late final _TranslationsAddServerNb addServer = _TranslationsAddServerNb._(_root);
|
||||
@override late final _Translations$app$nb app = _Translations$app$nb._(_root);
|
||||
@override late final _Translations$auth$nb auth = _Translations$auth$nb._(_root);
|
||||
@override late final _Translations$common$nb common = _Translations$common$nb._(_root);
|
||||
@override late final _Translations$screens$nb screens = _Translations$screens$nb._(_root);
|
||||
@override late final _Translations$update$nb update = _Translations$update$nb._(_root);
|
||||
@override late final _Translations$settings$nb settings = _Translations$settings$nb._(_root);
|
||||
@override late final _Translations$search$nb search = _Translations$search$nb._(_root);
|
||||
@override late final _Translations$hotkeys$nb hotkeys = _Translations$hotkeys$nb._(_root);
|
||||
@override late final _Translations$fileInfo$nb fileInfo = _Translations$fileInfo$nb._(_root);
|
||||
@override late final _Translations$mediaMenu$nb mediaMenu = _Translations$mediaMenu$nb._(_root);
|
||||
@override late final _Translations$rateSheet$nb rateSheet = _Translations$rateSheet$nb._(_root);
|
||||
@override late final _Translations$accessibility$nb accessibility = _Translations$accessibility$nb._(_root);
|
||||
@override late final _Translations$tooltips$nb tooltips = _Translations$tooltips$nb._(_root);
|
||||
@override late final _Translations$audioTracks$nb audioTracks = _Translations$audioTracks$nb._(_root);
|
||||
@override late final _Translations$videoControls$nb videoControls = _Translations$videoControls$nb._(_root);
|
||||
@override late final _Translations$messages$nb messages = _Translations$messages$nb._(_root);
|
||||
@override late final _Translations$subtitlingStyling$nb subtitlingStyling = _Translations$subtitlingStyling$nb._(_root);
|
||||
@override late final _Translations$mpvConfig$nb mpvConfig = _Translations$mpvConfig$nb._(_root);
|
||||
@override late final _Translations$dialog$nb dialog = _Translations$dialog$nb._(_root);
|
||||
@override late final _Translations$profiles$nb profiles = _Translations$profiles$nb._(_root);
|
||||
@override late final _Translations$connections$nb connections = _Translations$connections$nb._(_root);
|
||||
@override late final _Translations$discover$nb discover = _Translations$discover$nb._(_root);
|
||||
@override late final _Translations$errors$nb errors = _Translations$errors$nb._(_root);
|
||||
@override late final _Translations$libraries$nb libraries = _Translations$libraries$nb._(_root);
|
||||
@override late final _Translations$about$nb about = _Translations$about$nb._(_root);
|
||||
@override late final _Translations$serverSelection$nb serverSelection = _Translations$serverSelection$nb._(_root);
|
||||
@override late final _Translations$hubDetail$nb hubDetail = _Translations$hubDetail$nb._(_root);
|
||||
@override late final _Translations$logs$nb logs = _Translations$logs$nb._(_root);
|
||||
@override late final _Translations$licenses$nb licenses = _Translations$licenses$nb._(_root);
|
||||
@override late final _Translations$navigation$nb navigation = _Translations$navigation$nb._(_root);
|
||||
@override late final _Translations$explore$nb explore = _Translations$explore$nb._(_root);
|
||||
@override late final _Translations$liveTv$nb liveTv = _Translations$liveTv$nb._(_root);
|
||||
@override late final _Translations$collections$nb collections = _Translations$collections$nb._(_root);
|
||||
@override late final _Translations$playlists$nb playlists = _Translations$playlists$nb._(_root);
|
||||
@override late final _Translations$music$nb music = _Translations$music$nb._(_root);
|
||||
@override late final _Translations$watchTogether$nb watchTogether = _Translations$watchTogether$nb._(_root);
|
||||
@override late final _Translations$downloads$nb downloads = _Translations$downloads$nb._(_root);
|
||||
@override late final _Translations$shaders$nb shaders = _Translations$shaders$nb._(_root);
|
||||
@override late final _Translations$companionRemote$nb companionRemote = _Translations$companionRemote$nb._(_root);
|
||||
@override late final _Translations$videoSettings$nb videoSettings = _Translations$videoSettings$nb._(_root);
|
||||
@override late final _Translations$performanceOverlay$nb performanceOverlay = _Translations$performanceOverlay$nb._(_root);
|
||||
@override late final _Translations$externalPlayer$nb externalPlayer = _Translations$externalPlayer$nb._(_root);
|
||||
@override late final _Translations$metadataEdit$nb metadataEdit = _Translations$metadataEdit$nb._(_root);
|
||||
@override late final _Translations$matchScreen$nb matchScreen = _Translations$matchScreen$nb._(_root);
|
||||
@override late final _Translations$serverTasks$nb serverTasks = _Translations$serverTasks$nb._(_root);
|
||||
@override late final _Translations$trakt$nb trakt = _Translations$trakt$nb._(_root);
|
||||
@override late final _Translations$seerr$nb seerr = _Translations$seerr$nb._(_root);
|
||||
@override late final _Translations$services$nb services = _Translations$services$nb._(_root);
|
||||
@override late final _Translations$addServer$nb addServer = _Translations$addServer$nb._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppNb extends TranslationsAppEn {
|
||||
_TranslationsAppNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$nb extends Translations$app$en {
|
||||
_Translations$app$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppNb extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthNb extends TranslationsAuthEn {
|
||||
_TranslationsAuthNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$nb extends Translations$auth$en {
|
||||
_Translations$auth$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthNb extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonNb extends TranslationsCommonEn {
|
||||
_TranslationsCommonNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$nb extends Translations$common$en {
|
||||
_Translations$common$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonNb extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensNb extends TranslationsScreensEn {
|
||||
_TranslationsScreensNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$nb extends Translations$screens$en {
|
||||
_Translations$screens$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensNb extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateNb extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$nb extends Translations$update$en {
|
||||
_Translations$update$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateNb extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsNb extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$nb extends Translations$settings$en {
|
||||
_Translations$settings$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsNb extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchNb extends TranslationsSearchEn {
|
||||
_TranslationsSearchNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$nb extends Translations$search$en {
|
||||
_Translations$search$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchNb extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysNb extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$nb extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysNb extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Gjeldende snarvei:';
|
||||
@override String get pressToRecord => 'Velg for å registrere en snarvei';
|
||||
@override String get recordingShortcut => 'Trykk på snarveien nå';
|
||||
@override late final _TranslationsHotkeysActionsNb actions = _TranslationsHotkeysActionsNb._(_root);
|
||||
@override late final _Translations$hotkeys$actions$nb actions = _Translations$hotkeys$actions$nb._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoNb extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$nb extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoNb extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuNb extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$nb extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuNb extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetNb extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$nb extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetNb extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityNb extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$nb extends Translations$accessibility$en {
|
||||
_Translations$accessibility$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityNb extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsNb extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$nb extends Translations$tooltips$en {
|
||||
_Translations$tooltips$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsNb extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksNb extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$nb extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksNb extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsNb extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$nb extends Translations$videoControls$en {
|
||||
_Translations$videoControls$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsNb extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Bilde-i-bilde kunne ikke starte';
|
||||
@override String get screenshotSaved => 'Skjermbilde lagret';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsNb pipErrors = _TranslationsVideoControlsPipErrorsNb._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$nb pipErrors = _Translations$videoControls$pipErrors$nb._(_root);
|
||||
@override String get chapters => 'Kapitler';
|
||||
@override String get noChaptersAvailable => 'Ingen kapitler tilgjengelig';
|
||||
@override String get queue => 'Kø';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsNb extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesNb extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$nb extends Translations$messages$en {
|
||||
_Translations$messages$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -765,8 +765,8 @@ class _TranslationsMessagesNb extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingNb extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$nb extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -795,8 +795,8 @@ class _TranslationsSubtitlingStylingNb extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigNb extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$nb extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -818,8 +818,8 @@ class _TranslationsMpvConfigNb extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogNb extends TranslationsDialogEn {
|
||||
_TranslationsDialogNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$nb extends Translations$dialog$en {
|
||||
_Translations$dialog$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -828,8 +828,8 @@ class _TranslationsDialogNb extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesNb extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$nb extends Translations$profiles$en {
|
||||
_Translations$profiles$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -897,8 +897,8 @@ class _TranslationsProfilesNb extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsNb extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$nb extends Translations$connections$en {
|
||||
_Translations$connections$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -915,8 +915,8 @@ class _TranslationsConnectionsNb extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverNb extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$nb extends Translations$discover$en {
|
||||
_Translations$discover$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -946,8 +946,8 @@ class _TranslationsDiscoverNb extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsNb extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$nb extends Translations$errors$en {
|
||||
_Translations$errors$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -966,8 +966,8 @@ class _TranslationsErrorsNb extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesNb extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$nb extends Translations$libraries$en {
|
||||
_Translations$libraries$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1013,15 +1013,15 @@ class _TranslationsLibrariesNb extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'Ingen samlinger i dette biblioteket';
|
||||
@override String get noFoldersFound => 'Ingen mapper funnet';
|
||||
@override String get folders => 'mapper';
|
||||
@override late final _TranslationsLibrariesTabsNb tabs = _TranslationsLibrariesTabsNb._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsNb groupings = _TranslationsLibrariesGroupingsNb._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesNb filterCategories = _TranslationsLibrariesFilterCategoriesNb._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsNb sortLabels = _TranslationsLibrariesSortLabelsNb._(_root);
|
||||
@override late final _Translations$libraries$tabs$nb tabs = _Translations$libraries$tabs$nb._(_root);
|
||||
@override late final _Translations$libraries$groupings$nb groupings = _Translations$libraries$groupings$nb._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$nb filterCategories = _Translations$libraries$filterCategories$nb._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$nb sortLabels = _Translations$libraries$sortLabels$nb._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutNb extends TranslationsAboutEn {
|
||||
_TranslationsAboutNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$nb extends Translations$about$en {
|
||||
_Translations$about$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1034,8 +1034,8 @@ class _TranslationsAboutNb extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionNb extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$nb extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1045,8 +1045,8 @@ class _TranslationsServerSelectionNb extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailNb extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$nb extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1059,8 +1059,8 @@ class _TranslationsHubDetailNb extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsNb extends TranslationsLogsEn {
|
||||
_TranslationsLogsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$nb extends Translations$logs$en {
|
||||
_Translations$logs$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1071,8 +1071,8 @@ class _TranslationsLogsNb extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesNb extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$nb extends Translations$licenses$en {
|
||||
_Translations$licenses$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1084,8 +1084,8 @@ class _TranslationsLicensesNb extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationNb extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$nb extends Translations$navigation$en {
|
||||
_Translations$navigation$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1097,16 +1097,16 @@ class _TranslationsNavigationNb extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreNb extends TranslationsExploreEn {
|
||||
_TranslationsExploreNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$nb extends Translations$explore$en {
|
||||
_Translations$explore$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Utforsk';
|
||||
@override String get selectSource => 'Velg kilde';
|
||||
@override late final _TranslationsExploreRowsNb rows = _TranslationsExploreRowsNb._(_root);
|
||||
@override late final _TranslationsExploreStatusNb status = _TranslationsExploreStatusNb._(_root);
|
||||
@override late final _Translations$explore$rows$nb rows = _Translations$explore$rows$nb._(_root);
|
||||
@override late final _Translations$explore$status$nb status = _Translations$explore$status$nb._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('nb'))(n,
|
||||
one: '${n} episode',
|
||||
other: '${n} episoder',
|
||||
@@ -1128,8 +1128,8 @@ class _TranslationsExploreNb extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvNb extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$nb extends Translations$liveTv$en {
|
||||
_Translations$liveTv$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1204,8 +1204,8 @@ class _TranslationsLiveTvNb extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsNb extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$nb extends Translations$collections$en {
|
||||
_Translations$collections$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1233,8 +1233,8 @@ class _TranslationsCollectionsNb extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsNb extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$nb extends Translations$playlists$en {
|
||||
_Translations$playlists$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1268,8 +1268,8 @@ class _TranslationsPlaylistsNb extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicNb extends TranslationsMusicEn {
|
||||
_TranslationsMusicNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$nb extends Translations$music$en {
|
||||
_Translations$music$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1302,8 +1302,8 @@ class _TranslationsMusicNb extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherNb extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$nb extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1376,8 +1376,8 @@ class _TranslationsWatchTogetherNb extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsNb extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$nb extends Translations$downloads$en {
|
||||
_Translations$downloads$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1452,8 +1452,8 @@ class _TranslationsDownloadsNb extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersNb extends TranslationsShadersEn {
|
||||
_TranslationsShadersNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$nb extends Translations$shaders$en {
|
||||
_Translations$shaders$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1476,8 +1476,8 @@ class _TranslationsShadersNb extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteNb extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$nb extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1485,15 +1485,15 @@ class _TranslationsCompanionRemoteNb extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Følgesvenn-fjernkontroll';
|
||||
@override String connectedTo({required Object name}) => 'Tilkoblet ${name}';
|
||||
@override String get unknownDevice => 'Ukjent enhet';
|
||||
@override late final _TranslationsCompanionRemoteSessionNb session = _TranslationsCompanionRemoteSessionNb._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingNb pairing = _TranslationsCompanionRemotePairingNb._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteNb remote = _TranslationsCompanionRemoteRemoteNb._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsNb errors = _TranslationsCompanionRemoteErrorsNb._(_root);
|
||||
@override late final _Translations$companionRemote$session$nb session = _Translations$companionRemote$session$nb._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$nb pairing = _Translations$companionRemote$pairing$nb._(_root);
|
||||
@override late final _Translations$companionRemote$remote$nb remote = _Translations$companionRemote$remote$nb._(_root);
|
||||
@override late final _Translations$companionRemote$errors$nb errors = _Translations$companionRemote$errors$nb._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsNb extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$nb extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1514,8 +1514,8 @@ class _TranslationsVideoSettingsNb extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayNb extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$nb extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1558,8 +1558,8 @@ class _TranslationsPerformanceOverlayNb extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerNb extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$nb extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1583,8 +1583,8 @@ class _TranslationsExternalPlayerNb extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditNb extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$nb extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1668,8 +1668,8 @@ class _TranslationsMetadataEditNb extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenNb extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$nb extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1689,8 +1689,8 @@ class _TranslationsMatchScreenNb extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksNb extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$nb extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1701,8 +1701,8 @@ class _TranslationsServerTasksNb extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktNb extends TranslationsTraktEn {
|
||||
_TranslationsTraktNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$nb extends Translations$trakt$en {
|
||||
_Translations$trakt$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1719,8 +1719,8 @@ class _TranslationsTraktNb extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrNb extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$nb extends Translations$seerr$en {
|
||||
_Translations$seerr$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1758,8 +1758,8 @@ class _TranslationsSeerrNb extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesNb extends TranslationsServicesEn {
|
||||
_TranslationsServicesNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$nb extends Translations$services$en {
|
||||
_Translations$services$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1773,15 +1773,15 @@ class _TranslationsServicesNb extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => 'Koble fra ${service}?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy slutter å oppdatere ${service}. Koble til igjen når som helst.';
|
||||
@override String connectFailed({required Object service}) => 'Kunne ikke koble til ${service}. Prøv igjen.';
|
||||
@override late final _TranslationsServicesNamesNb names = _TranslationsServicesNamesNb._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeNb deviceCode = _TranslationsServicesDeviceCodeNb._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyNb oauthProxy = _TranslationsServicesOauthProxyNb._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterNb libraryFilter = _TranslationsServicesLibraryFilterNb._(_root);
|
||||
@override late final _Translations$services$names$nb names = _Translations$services$names$nb._(_root);
|
||||
@override late final _Translations$services$deviceCode$nb deviceCode = _Translations$services$deviceCode$nb._(_root);
|
||||
@override late final _Translations$services$oauthProxy$nb oauthProxy = _Translations$services$oauthProxy$nb._(_root);
|
||||
@override late final _Translations$services$libraryFilter$nb libraryFilter = _Translations$services$libraryFilter$nb._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerNb extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$nb extends Translations$addServer$en {
|
||||
_Translations$addServer$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1817,8 +1817,8 @@ class _TranslationsAddServerNb extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsNb extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$nb extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1851,8 +1851,8 @@ class _TranslationsHotkeysActionsNb extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsNb extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$nb extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1867,8 +1867,8 @@ class _TranslationsVideoControlsPipErrorsNb extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsNb extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$nb extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1880,8 +1880,8 @@ class _TranslationsLibrariesTabsNb extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsNb extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$nb extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1899,8 +1899,8 @@ class _TranslationsLibrariesGroupingsNb extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesNb extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$nb extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1915,8 +1915,8 @@ class _TranslationsLibrariesFilterCategoriesNb extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsNb extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$nb extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1944,8 +1944,8 @@ class _TranslationsLibrariesSortLabelsNb extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsNb extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$nb extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1967,8 +1967,8 @@ class _TranslationsExploreRowsNb extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusNb extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$nb extends Translations$explore$status$en {
|
||||
_Translations$explore$status$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -1980,8 +1980,8 @@ class _TranslationsExploreStatusNb extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionNb extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$nb extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -2000,8 +2000,8 @@ class _TranslationsCompanionRemoteSessionNb extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingNb extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$nb extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -2024,8 +2024,8 @@ class _TranslationsCompanionRemotePairingNb extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteNb extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$nb extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -2060,8 +2060,8 @@ class _TranslationsCompanionRemoteRemoteNb extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsNb extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$nb extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -2077,8 +2077,8 @@ class _TranslationsCompanionRemoteErrorsNb extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesNb extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$nb extends Translations$services$names$en {
|
||||
_Translations$services$names$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -2090,8 +2090,8 @@ class _TranslationsServicesNamesNb extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeNb extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$nb extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -2105,8 +2105,8 @@ class _TranslationsServicesDeviceCodeNb extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyNb extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$nb extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
@@ -2119,8 +2119,8 @@ class _TranslationsServicesOauthProxyNb extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterNb extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterNb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$nb extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$nb._(TranslationsNb root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNb _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsNl extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsNl $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsNl(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppNl app = _TranslationsAppNl._(_root);
|
||||
@override late final _TranslationsAuthNl auth = _TranslationsAuthNl._(_root);
|
||||
@override late final _TranslationsCommonNl common = _TranslationsCommonNl._(_root);
|
||||
@override late final _TranslationsScreensNl screens = _TranslationsScreensNl._(_root);
|
||||
@override late final _TranslationsUpdateNl update = _TranslationsUpdateNl._(_root);
|
||||
@override late final _TranslationsSettingsNl settings = _TranslationsSettingsNl._(_root);
|
||||
@override late final _TranslationsSearchNl search = _TranslationsSearchNl._(_root);
|
||||
@override late final _TranslationsHotkeysNl hotkeys = _TranslationsHotkeysNl._(_root);
|
||||
@override late final _TranslationsFileInfoNl fileInfo = _TranslationsFileInfoNl._(_root);
|
||||
@override late final _TranslationsMediaMenuNl mediaMenu = _TranslationsMediaMenuNl._(_root);
|
||||
@override late final _TranslationsRateSheetNl rateSheet = _TranslationsRateSheetNl._(_root);
|
||||
@override late final _TranslationsAccessibilityNl accessibility = _TranslationsAccessibilityNl._(_root);
|
||||
@override late final _TranslationsTooltipsNl tooltips = _TranslationsTooltipsNl._(_root);
|
||||
@override late final _TranslationsAudioTracksNl audioTracks = _TranslationsAudioTracksNl._(_root);
|
||||
@override late final _TranslationsVideoControlsNl videoControls = _TranslationsVideoControlsNl._(_root);
|
||||
@override late final _TranslationsMessagesNl messages = _TranslationsMessagesNl._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingNl subtitlingStyling = _TranslationsSubtitlingStylingNl._(_root);
|
||||
@override late final _TranslationsMpvConfigNl mpvConfig = _TranslationsMpvConfigNl._(_root);
|
||||
@override late final _TranslationsDialogNl dialog = _TranslationsDialogNl._(_root);
|
||||
@override late final _TranslationsProfilesNl profiles = _TranslationsProfilesNl._(_root);
|
||||
@override late final _TranslationsConnectionsNl connections = _TranslationsConnectionsNl._(_root);
|
||||
@override late final _TranslationsDiscoverNl discover = _TranslationsDiscoverNl._(_root);
|
||||
@override late final _TranslationsErrorsNl errors = _TranslationsErrorsNl._(_root);
|
||||
@override late final _TranslationsLibrariesNl libraries = _TranslationsLibrariesNl._(_root);
|
||||
@override late final _TranslationsAboutNl about = _TranslationsAboutNl._(_root);
|
||||
@override late final _TranslationsServerSelectionNl serverSelection = _TranslationsServerSelectionNl._(_root);
|
||||
@override late final _TranslationsHubDetailNl hubDetail = _TranslationsHubDetailNl._(_root);
|
||||
@override late final _TranslationsLogsNl logs = _TranslationsLogsNl._(_root);
|
||||
@override late final _TranslationsLicensesNl licenses = _TranslationsLicensesNl._(_root);
|
||||
@override late final _TranslationsNavigationNl navigation = _TranslationsNavigationNl._(_root);
|
||||
@override late final _TranslationsExploreNl explore = _TranslationsExploreNl._(_root);
|
||||
@override late final _TranslationsLiveTvNl liveTv = _TranslationsLiveTvNl._(_root);
|
||||
@override late final _TranslationsCollectionsNl collections = _TranslationsCollectionsNl._(_root);
|
||||
@override late final _TranslationsPlaylistsNl playlists = _TranslationsPlaylistsNl._(_root);
|
||||
@override late final _TranslationsMusicNl music = _TranslationsMusicNl._(_root);
|
||||
@override late final _TranslationsWatchTogetherNl watchTogether = _TranslationsWatchTogetherNl._(_root);
|
||||
@override late final _TranslationsDownloadsNl downloads = _TranslationsDownloadsNl._(_root);
|
||||
@override late final _TranslationsShadersNl shaders = _TranslationsShadersNl._(_root);
|
||||
@override late final _TranslationsCompanionRemoteNl companionRemote = _TranslationsCompanionRemoteNl._(_root);
|
||||
@override late final _TranslationsVideoSettingsNl videoSettings = _TranslationsVideoSettingsNl._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayNl performanceOverlay = _TranslationsPerformanceOverlayNl._(_root);
|
||||
@override late final _TranslationsExternalPlayerNl externalPlayer = _TranslationsExternalPlayerNl._(_root);
|
||||
@override late final _TranslationsMetadataEditNl metadataEdit = _TranslationsMetadataEditNl._(_root);
|
||||
@override late final _TranslationsMatchScreenNl matchScreen = _TranslationsMatchScreenNl._(_root);
|
||||
@override late final _TranslationsServerTasksNl serverTasks = _TranslationsServerTasksNl._(_root);
|
||||
@override late final _TranslationsTraktNl trakt = _TranslationsTraktNl._(_root);
|
||||
@override late final _TranslationsSeerrNl seerr = _TranslationsSeerrNl._(_root);
|
||||
@override late final _TranslationsServicesNl services = _TranslationsServicesNl._(_root);
|
||||
@override late final _TranslationsAddServerNl addServer = _TranslationsAddServerNl._(_root);
|
||||
@override late final _Translations$app$nl app = _Translations$app$nl._(_root);
|
||||
@override late final _Translations$auth$nl auth = _Translations$auth$nl._(_root);
|
||||
@override late final _Translations$common$nl common = _Translations$common$nl._(_root);
|
||||
@override late final _Translations$screens$nl screens = _Translations$screens$nl._(_root);
|
||||
@override late final _Translations$update$nl update = _Translations$update$nl._(_root);
|
||||
@override late final _Translations$settings$nl settings = _Translations$settings$nl._(_root);
|
||||
@override late final _Translations$search$nl search = _Translations$search$nl._(_root);
|
||||
@override late final _Translations$hotkeys$nl hotkeys = _Translations$hotkeys$nl._(_root);
|
||||
@override late final _Translations$fileInfo$nl fileInfo = _Translations$fileInfo$nl._(_root);
|
||||
@override late final _Translations$mediaMenu$nl mediaMenu = _Translations$mediaMenu$nl._(_root);
|
||||
@override late final _Translations$rateSheet$nl rateSheet = _Translations$rateSheet$nl._(_root);
|
||||
@override late final _Translations$accessibility$nl accessibility = _Translations$accessibility$nl._(_root);
|
||||
@override late final _Translations$tooltips$nl tooltips = _Translations$tooltips$nl._(_root);
|
||||
@override late final _Translations$audioTracks$nl audioTracks = _Translations$audioTracks$nl._(_root);
|
||||
@override late final _Translations$videoControls$nl videoControls = _Translations$videoControls$nl._(_root);
|
||||
@override late final _Translations$messages$nl messages = _Translations$messages$nl._(_root);
|
||||
@override late final _Translations$subtitlingStyling$nl subtitlingStyling = _Translations$subtitlingStyling$nl._(_root);
|
||||
@override late final _Translations$mpvConfig$nl mpvConfig = _Translations$mpvConfig$nl._(_root);
|
||||
@override late final _Translations$dialog$nl dialog = _Translations$dialog$nl._(_root);
|
||||
@override late final _Translations$profiles$nl profiles = _Translations$profiles$nl._(_root);
|
||||
@override late final _Translations$connections$nl connections = _Translations$connections$nl._(_root);
|
||||
@override late final _Translations$discover$nl discover = _Translations$discover$nl._(_root);
|
||||
@override late final _Translations$errors$nl errors = _Translations$errors$nl._(_root);
|
||||
@override late final _Translations$libraries$nl libraries = _Translations$libraries$nl._(_root);
|
||||
@override late final _Translations$about$nl about = _Translations$about$nl._(_root);
|
||||
@override late final _Translations$serverSelection$nl serverSelection = _Translations$serverSelection$nl._(_root);
|
||||
@override late final _Translations$hubDetail$nl hubDetail = _Translations$hubDetail$nl._(_root);
|
||||
@override late final _Translations$logs$nl logs = _Translations$logs$nl._(_root);
|
||||
@override late final _Translations$licenses$nl licenses = _Translations$licenses$nl._(_root);
|
||||
@override late final _Translations$navigation$nl navigation = _Translations$navigation$nl._(_root);
|
||||
@override late final _Translations$explore$nl explore = _Translations$explore$nl._(_root);
|
||||
@override late final _Translations$liveTv$nl liveTv = _Translations$liveTv$nl._(_root);
|
||||
@override late final _Translations$collections$nl collections = _Translations$collections$nl._(_root);
|
||||
@override late final _Translations$playlists$nl playlists = _Translations$playlists$nl._(_root);
|
||||
@override late final _Translations$music$nl music = _Translations$music$nl._(_root);
|
||||
@override late final _Translations$watchTogether$nl watchTogether = _Translations$watchTogether$nl._(_root);
|
||||
@override late final _Translations$downloads$nl downloads = _Translations$downloads$nl._(_root);
|
||||
@override late final _Translations$shaders$nl shaders = _Translations$shaders$nl._(_root);
|
||||
@override late final _Translations$companionRemote$nl companionRemote = _Translations$companionRemote$nl._(_root);
|
||||
@override late final _Translations$videoSettings$nl videoSettings = _Translations$videoSettings$nl._(_root);
|
||||
@override late final _Translations$performanceOverlay$nl performanceOverlay = _Translations$performanceOverlay$nl._(_root);
|
||||
@override late final _Translations$externalPlayer$nl externalPlayer = _Translations$externalPlayer$nl._(_root);
|
||||
@override late final _Translations$metadataEdit$nl metadataEdit = _Translations$metadataEdit$nl._(_root);
|
||||
@override late final _Translations$matchScreen$nl matchScreen = _Translations$matchScreen$nl._(_root);
|
||||
@override late final _Translations$serverTasks$nl serverTasks = _Translations$serverTasks$nl._(_root);
|
||||
@override late final _Translations$trakt$nl trakt = _Translations$trakt$nl._(_root);
|
||||
@override late final _Translations$seerr$nl seerr = _Translations$seerr$nl._(_root);
|
||||
@override late final _Translations$services$nl services = _Translations$services$nl._(_root);
|
||||
@override late final _Translations$addServer$nl addServer = _Translations$addServer$nl._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppNl extends TranslationsAppEn {
|
||||
_TranslationsAppNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$nl extends Translations$app$en {
|
||||
_Translations$app$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppNl extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthNl extends TranslationsAuthEn {
|
||||
_TranslationsAuthNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$nl extends Translations$auth$en {
|
||||
_Translations$auth$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthNl extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonNl extends TranslationsCommonEn {
|
||||
_TranslationsCommonNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$nl extends Translations$common$en {
|
||||
_Translations$common$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonNl extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensNl extends TranslationsScreensEn {
|
||||
_TranslationsScreensNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$nl extends Translations$screens$en {
|
||||
_Translations$screens$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensNl extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateNl extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$nl extends Translations$update$en {
|
||||
_Translations$update$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateNl extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsNl extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$nl extends Translations$settings$en {
|
||||
_Translations$settings$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsNl extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchNl extends TranslationsSearchEn {
|
||||
_TranslationsSearchNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$nl extends Translations$search$en {
|
||||
_Translations$search$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchNl extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysNl extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$nl extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysNl extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Huidige sneltoets:';
|
||||
@override String get pressToRecord => 'Selecteer om een sneltoets op te nemen';
|
||||
@override String get recordingShortcut => 'Druk nu op de sneltoets';
|
||||
@override late final _TranslationsHotkeysActionsNl actions = _TranslationsHotkeysActionsNl._(_root);
|
||||
@override late final _Translations$hotkeys$actions$nl actions = _Translations$hotkeys$actions$nl._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoNl extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$nl extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoNl extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuNl extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$nl extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuNl extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetNl extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$nl extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetNl extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityNl extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$nl extends Translations$accessibility$en {
|
||||
_Translations$accessibility$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityNl extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsNl extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$nl extends Translations$tooltips$en {
|
||||
_Translations$tooltips$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsNl extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksNl extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$nl extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksNl extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsNl extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$nl extends Translations$videoControls$en {
|
||||
_Translations$videoControls$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsNl extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Beeld-in-beeld kon niet worden gestart';
|
||||
@override String get screenshotSaved => 'Schermafbeelding opgeslagen';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsNl pipErrors = _TranslationsVideoControlsPipErrorsNl._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$nl pipErrors = _Translations$videoControls$pipErrors$nl._(_root);
|
||||
@override String get chapters => 'Hoofdstukken';
|
||||
@override String get noChaptersAvailable => 'Geen hoofdstukken beschikbaar';
|
||||
@override String get queue => 'Wachtrij';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsNl extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesNl extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$nl extends Translations$messages$en {
|
||||
_Translations$messages$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -765,8 +765,8 @@ class _TranslationsMessagesNl extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingNl extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$nl extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -795,8 +795,8 @@ class _TranslationsSubtitlingStylingNl extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigNl extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$nl extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -818,8 +818,8 @@ class _TranslationsMpvConfigNl extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogNl extends TranslationsDialogEn {
|
||||
_TranslationsDialogNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$nl extends Translations$dialog$en {
|
||||
_Translations$dialog$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -828,8 +828,8 @@ class _TranslationsDialogNl extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesNl extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$nl extends Translations$profiles$en {
|
||||
_Translations$profiles$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -897,8 +897,8 @@ class _TranslationsProfilesNl extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsNl extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$nl extends Translations$connections$en {
|
||||
_Translations$connections$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -915,8 +915,8 @@ class _TranslationsConnectionsNl extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverNl extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$nl extends Translations$discover$en {
|
||||
_Translations$discover$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -946,8 +946,8 @@ class _TranslationsDiscoverNl extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsNl extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$nl extends Translations$errors$en {
|
||||
_Translations$errors$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -966,8 +966,8 @@ class _TranslationsErrorsNl extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesNl extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$nl extends Translations$libraries$en {
|
||||
_Translations$libraries$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1013,15 +1013,15 @@ class _TranslationsLibrariesNl extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'Geen collecties in deze bibliotheek';
|
||||
@override String get noFoldersFound => 'Geen mappen gevonden';
|
||||
@override String get folders => 'mappen';
|
||||
@override late final _TranslationsLibrariesTabsNl tabs = _TranslationsLibrariesTabsNl._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsNl groupings = _TranslationsLibrariesGroupingsNl._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesNl filterCategories = _TranslationsLibrariesFilterCategoriesNl._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsNl sortLabels = _TranslationsLibrariesSortLabelsNl._(_root);
|
||||
@override late final _Translations$libraries$tabs$nl tabs = _Translations$libraries$tabs$nl._(_root);
|
||||
@override late final _Translations$libraries$groupings$nl groupings = _Translations$libraries$groupings$nl._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$nl filterCategories = _Translations$libraries$filterCategories$nl._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$nl sortLabels = _Translations$libraries$sortLabels$nl._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutNl extends TranslationsAboutEn {
|
||||
_TranslationsAboutNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$nl extends Translations$about$en {
|
||||
_Translations$about$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1034,8 +1034,8 @@ class _TranslationsAboutNl extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionNl extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$nl extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1045,8 +1045,8 @@ class _TranslationsServerSelectionNl extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailNl extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$nl extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1059,8 +1059,8 @@ class _TranslationsHubDetailNl extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsNl extends TranslationsLogsEn {
|
||||
_TranslationsLogsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$nl extends Translations$logs$en {
|
||||
_Translations$logs$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1071,8 +1071,8 @@ class _TranslationsLogsNl extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesNl extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$nl extends Translations$licenses$en {
|
||||
_Translations$licenses$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1084,8 +1084,8 @@ class _TranslationsLicensesNl extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationNl extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$nl extends Translations$navigation$en {
|
||||
_Translations$navigation$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1097,16 +1097,16 @@ class _TranslationsNavigationNl extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreNl extends TranslationsExploreEn {
|
||||
_TranslationsExploreNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$nl extends Translations$explore$en {
|
||||
_Translations$explore$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Verkennen';
|
||||
@override String get selectSource => 'Bron kiezen';
|
||||
@override late final _TranslationsExploreRowsNl rows = _TranslationsExploreRowsNl._(_root);
|
||||
@override late final _TranslationsExploreStatusNl status = _TranslationsExploreStatusNl._(_root);
|
||||
@override late final _Translations$explore$rows$nl rows = _Translations$explore$rows$nl._(_root);
|
||||
@override late final _Translations$explore$status$nl status = _Translations$explore$status$nl._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('nl'))(n,
|
||||
one: '${n} aflevering',
|
||||
other: '${n} afleveringen',
|
||||
@@ -1128,8 +1128,8 @@ class _TranslationsExploreNl extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvNl extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$nl extends Translations$liveTv$en {
|
||||
_Translations$liveTv$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1204,8 +1204,8 @@ class _TranslationsLiveTvNl extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsNl extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$nl extends Translations$collections$en {
|
||||
_Translations$collections$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1233,8 +1233,8 @@ class _TranslationsCollectionsNl extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsNl extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$nl extends Translations$playlists$en {
|
||||
_Translations$playlists$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1268,8 +1268,8 @@ class _TranslationsPlaylistsNl extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicNl extends TranslationsMusicEn {
|
||||
_TranslationsMusicNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$nl extends Translations$music$en {
|
||||
_Translations$music$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1302,8 +1302,8 @@ class _TranslationsMusicNl extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherNl extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$nl extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1376,8 +1376,8 @@ class _TranslationsWatchTogetherNl extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsNl extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$nl extends Translations$downloads$en {
|
||||
_Translations$downloads$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1452,8 +1452,8 @@ class _TranslationsDownloadsNl extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersNl extends TranslationsShadersEn {
|
||||
_TranslationsShadersNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$nl extends Translations$shaders$en {
|
||||
_Translations$shaders$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1476,8 +1476,8 @@ class _TranslationsShadersNl extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteNl extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$nl extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1485,15 +1485,15 @@ class _TranslationsCompanionRemoteNl extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Afstandsbediening';
|
||||
@override String connectedTo({required Object name}) => 'Verbonden met ${name}';
|
||||
@override String get unknownDevice => 'Onbekend apparaat';
|
||||
@override late final _TranslationsCompanionRemoteSessionNl session = _TranslationsCompanionRemoteSessionNl._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingNl pairing = _TranslationsCompanionRemotePairingNl._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteNl remote = _TranslationsCompanionRemoteRemoteNl._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsNl errors = _TranslationsCompanionRemoteErrorsNl._(_root);
|
||||
@override late final _Translations$companionRemote$session$nl session = _Translations$companionRemote$session$nl._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$nl pairing = _Translations$companionRemote$pairing$nl._(_root);
|
||||
@override late final _Translations$companionRemote$remote$nl remote = _Translations$companionRemote$remote$nl._(_root);
|
||||
@override late final _Translations$companionRemote$errors$nl errors = _Translations$companionRemote$errors$nl._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsNl extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$nl extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1514,8 +1514,8 @@ class _TranslationsVideoSettingsNl extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayNl extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$nl extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1558,8 +1558,8 @@ class _TranslationsPerformanceOverlayNl extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerNl extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$nl extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1583,8 +1583,8 @@ class _TranslationsExternalPlayerNl extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditNl extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$nl extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1668,8 +1668,8 @@ class _TranslationsMetadataEditNl extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenNl extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$nl extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1689,8 +1689,8 @@ class _TranslationsMatchScreenNl extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksNl extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$nl extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1701,8 +1701,8 @@ class _TranslationsServerTasksNl extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktNl extends TranslationsTraktEn {
|
||||
_TranslationsTraktNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$nl extends Translations$trakt$en {
|
||||
_Translations$trakt$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1719,8 +1719,8 @@ class _TranslationsTraktNl extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrNl extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$nl extends Translations$seerr$en {
|
||||
_Translations$seerr$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1758,8 +1758,8 @@ class _TranslationsSeerrNl extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesNl extends TranslationsServicesEn {
|
||||
_TranslationsServicesNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$nl extends Translations$services$en {
|
||||
_Translations$services$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1773,15 +1773,15 @@ class _TranslationsServicesNl extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => '${service} loskoppelen?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy stopt met ${service} bijwerken. Je kunt altijd opnieuw verbinden.';
|
||||
@override String connectFailed({required Object service}) => 'Kan niet verbinden met ${service}. Probeer opnieuw.';
|
||||
@override late final _TranslationsServicesNamesNl names = _TranslationsServicesNamesNl._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeNl deviceCode = _TranslationsServicesDeviceCodeNl._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyNl oauthProxy = _TranslationsServicesOauthProxyNl._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterNl libraryFilter = _TranslationsServicesLibraryFilterNl._(_root);
|
||||
@override late final _Translations$services$names$nl names = _Translations$services$names$nl._(_root);
|
||||
@override late final _Translations$services$deviceCode$nl deviceCode = _Translations$services$deviceCode$nl._(_root);
|
||||
@override late final _Translations$services$oauthProxy$nl oauthProxy = _Translations$services$oauthProxy$nl._(_root);
|
||||
@override late final _Translations$services$libraryFilter$nl libraryFilter = _Translations$services$libraryFilter$nl._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerNl extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$nl extends Translations$addServer$en {
|
||||
_Translations$addServer$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1817,8 +1817,8 @@ class _TranslationsAddServerNl extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsNl extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$nl extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1851,8 +1851,8 @@ class _TranslationsHotkeysActionsNl extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsNl extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$nl extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1867,8 +1867,8 @@ class _TranslationsVideoControlsPipErrorsNl extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsNl extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$nl extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1880,8 +1880,8 @@ class _TranslationsLibrariesTabsNl extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsNl extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$nl extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1899,8 +1899,8 @@ class _TranslationsLibrariesGroupingsNl extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesNl extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$nl extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1915,8 +1915,8 @@ class _TranslationsLibrariesFilterCategoriesNl extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsNl extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$nl extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1944,8 +1944,8 @@ class _TranslationsLibrariesSortLabelsNl extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsNl extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$nl extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1967,8 +1967,8 @@ class _TranslationsExploreRowsNl extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusNl extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$nl extends Translations$explore$status$en {
|
||||
_Translations$explore$status$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -1980,8 +1980,8 @@ class _TranslationsExploreStatusNl extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionNl extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$nl extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -2000,8 +2000,8 @@ class _TranslationsCompanionRemoteSessionNl extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingNl extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$nl extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -2024,8 +2024,8 @@ class _TranslationsCompanionRemotePairingNl extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteNl extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$nl extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -2060,8 +2060,8 @@ class _TranslationsCompanionRemoteRemoteNl extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsNl extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$nl extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -2077,8 +2077,8 @@ class _TranslationsCompanionRemoteErrorsNl extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesNl extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$nl extends Translations$services$names$en {
|
||||
_Translations$services$names$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -2090,8 +2090,8 @@ class _TranslationsServicesNamesNl extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeNl extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$nl extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -2105,8 +2105,8 @@ class _TranslationsServicesDeviceCodeNl extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyNl extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$nl extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
@@ -2119,8 +2119,8 @@ class _TranslationsServicesOauthProxyNl extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterNl extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterNl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$nl extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$nl._(TranslationsNl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsNl _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsPl extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsPl $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsPl(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppPl app = _TranslationsAppPl._(_root);
|
||||
@override late final _TranslationsAuthPl auth = _TranslationsAuthPl._(_root);
|
||||
@override late final _TranslationsCommonPl common = _TranslationsCommonPl._(_root);
|
||||
@override late final _TranslationsScreensPl screens = _TranslationsScreensPl._(_root);
|
||||
@override late final _TranslationsUpdatePl update = _TranslationsUpdatePl._(_root);
|
||||
@override late final _TranslationsSettingsPl settings = _TranslationsSettingsPl._(_root);
|
||||
@override late final _TranslationsSearchPl search = _TranslationsSearchPl._(_root);
|
||||
@override late final _TranslationsHotkeysPl hotkeys = _TranslationsHotkeysPl._(_root);
|
||||
@override late final _TranslationsFileInfoPl fileInfo = _TranslationsFileInfoPl._(_root);
|
||||
@override late final _TranslationsMediaMenuPl mediaMenu = _TranslationsMediaMenuPl._(_root);
|
||||
@override late final _TranslationsRateSheetPl rateSheet = _TranslationsRateSheetPl._(_root);
|
||||
@override late final _TranslationsAccessibilityPl accessibility = _TranslationsAccessibilityPl._(_root);
|
||||
@override late final _TranslationsTooltipsPl tooltips = _TranslationsTooltipsPl._(_root);
|
||||
@override late final _TranslationsAudioTracksPl audioTracks = _TranslationsAudioTracksPl._(_root);
|
||||
@override late final _TranslationsVideoControlsPl videoControls = _TranslationsVideoControlsPl._(_root);
|
||||
@override late final _TranslationsMessagesPl messages = _TranslationsMessagesPl._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingPl subtitlingStyling = _TranslationsSubtitlingStylingPl._(_root);
|
||||
@override late final _TranslationsMpvConfigPl mpvConfig = _TranslationsMpvConfigPl._(_root);
|
||||
@override late final _TranslationsDialogPl dialog = _TranslationsDialogPl._(_root);
|
||||
@override late final _TranslationsProfilesPl profiles = _TranslationsProfilesPl._(_root);
|
||||
@override late final _TranslationsConnectionsPl connections = _TranslationsConnectionsPl._(_root);
|
||||
@override late final _TranslationsDiscoverPl discover = _TranslationsDiscoverPl._(_root);
|
||||
@override late final _TranslationsErrorsPl errors = _TranslationsErrorsPl._(_root);
|
||||
@override late final _TranslationsLibrariesPl libraries = _TranslationsLibrariesPl._(_root);
|
||||
@override late final _TranslationsAboutPl about = _TranslationsAboutPl._(_root);
|
||||
@override late final _TranslationsServerSelectionPl serverSelection = _TranslationsServerSelectionPl._(_root);
|
||||
@override late final _TranslationsHubDetailPl hubDetail = _TranslationsHubDetailPl._(_root);
|
||||
@override late final _TranslationsLogsPl logs = _TranslationsLogsPl._(_root);
|
||||
@override late final _TranslationsLicensesPl licenses = _TranslationsLicensesPl._(_root);
|
||||
@override late final _TranslationsNavigationPl navigation = _TranslationsNavigationPl._(_root);
|
||||
@override late final _TranslationsExplorePl explore = _TranslationsExplorePl._(_root);
|
||||
@override late final _TranslationsLiveTvPl liveTv = _TranslationsLiveTvPl._(_root);
|
||||
@override late final _TranslationsCollectionsPl collections = _TranslationsCollectionsPl._(_root);
|
||||
@override late final _TranslationsPlaylistsPl playlists = _TranslationsPlaylistsPl._(_root);
|
||||
@override late final _TranslationsMusicPl music = _TranslationsMusicPl._(_root);
|
||||
@override late final _TranslationsWatchTogetherPl watchTogether = _TranslationsWatchTogetherPl._(_root);
|
||||
@override late final _TranslationsDownloadsPl downloads = _TranslationsDownloadsPl._(_root);
|
||||
@override late final _TranslationsShadersPl shaders = _TranslationsShadersPl._(_root);
|
||||
@override late final _TranslationsCompanionRemotePl companionRemote = _TranslationsCompanionRemotePl._(_root);
|
||||
@override late final _TranslationsVideoSettingsPl videoSettings = _TranslationsVideoSettingsPl._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayPl performanceOverlay = _TranslationsPerformanceOverlayPl._(_root);
|
||||
@override late final _TranslationsExternalPlayerPl externalPlayer = _TranslationsExternalPlayerPl._(_root);
|
||||
@override late final _TranslationsMetadataEditPl metadataEdit = _TranslationsMetadataEditPl._(_root);
|
||||
@override late final _TranslationsMatchScreenPl matchScreen = _TranslationsMatchScreenPl._(_root);
|
||||
@override late final _TranslationsServerTasksPl serverTasks = _TranslationsServerTasksPl._(_root);
|
||||
@override late final _TranslationsTraktPl trakt = _TranslationsTraktPl._(_root);
|
||||
@override late final _TranslationsSeerrPl seerr = _TranslationsSeerrPl._(_root);
|
||||
@override late final _TranslationsServicesPl services = _TranslationsServicesPl._(_root);
|
||||
@override late final _TranslationsAddServerPl addServer = _TranslationsAddServerPl._(_root);
|
||||
@override late final _Translations$app$pl app = _Translations$app$pl._(_root);
|
||||
@override late final _Translations$auth$pl auth = _Translations$auth$pl._(_root);
|
||||
@override late final _Translations$common$pl common = _Translations$common$pl._(_root);
|
||||
@override late final _Translations$screens$pl screens = _Translations$screens$pl._(_root);
|
||||
@override late final _Translations$update$pl update = _Translations$update$pl._(_root);
|
||||
@override late final _Translations$settings$pl settings = _Translations$settings$pl._(_root);
|
||||
@override late final _Translations$search$pl search = _Translations$search$pl._(_root);
|
||||
@override late final _Translations$hotkeys$pl hotkeys = _Translations$hotkeys$pl._(_root);
|
||||
@override late final _Translations$fileInfo$pl fileInfo = _Translations$fileInfo$pl._(_root);
|
||||
@override late final _Translations$mediaMenu$pl mediaMenu = _Translations$mediaMenu$pl._(_root);
|
||||
@override late final _Translations$rateSheet$pl rateSheet = _Translations$rateSheet$pl._(_root);
|
||||
@override late final _Translations$accessibility$pl accessibility = _Translations$accessibility$pl._(_root);
|
||||
@override late final _Translations$tooltips$pl tooltips = _Translations$tooltips$pl._(_root);
|
||||
@override late final _Translations$audioTracks$pl audioTracks = _Translations$audioTracks$pl._(_root);
|
||||
@override late final _Translations$videoControls$pl videoControls = _Translations$videoControls$pl._(_root);
|
||||
@override late final _Translations$messages$pl messages = _Translations$messages$pl._(_root);
|
||||
@override late final _Translations$subtitlingStyling$pl subtitlingStyling = _Translations$subtitlingStyling$pl._(_root);
|
||||
@override late final _Translations$mpvConfig$pl mpvConfig = _Translations$mpvConfig$pl._(_root);
|
||||
@override late final _Translations$dialog$pl dialog = _Translations$dialog$pl._(_root);
|
||||
@override late final _Translations$profiles$pl profiles = _Translations$profiles$pl._(_root);
|
||||
@override late final _Translations$connections$pl connections = _Translations$connections$pl._(_root);
|
||||
@override late final _Translations$discover$pl discover = _Translations$discover$pl._(_root);
|
||||
@override late final _Translations$errors$pl errors = _Translations$errors$pl._(_root);
|
||||
@override late final _Translations$libraries$pl libraries = _Translations$libraries$pl._(_root);
|
||||
@override late final _Translations$about$pl about = _Translations$about$pl._(_root);
|
||||
@override late final _Translations$serverSelection$pl serverSelection = _Translations$serverSelection$pl._(_root);
|
||||
@override late final _Translations$hubDetail$pl hubDetail = _Translations$hubDetail$pl._(_root);
|
||||
@override late final _Translations$logs$pl logs = _Translations$logs$pl._(_root);
|
||||
@override late final _Translations$licenses$pl licenses = _Translations$licenses$pl._(_root);
|
||||
@override late final _Translations$navigation$pl navigation = _Translations$navigation$pl._(_root);
|
||||
@override late final _Translations$explore$pl explore = _Translations$explore$pl._(_root);
|
||||
@override late final _Translations$liveTv$pl liveTv = _Translations$liveTv$pl._(_root);
|
||||
@override late final _Translations$collections$pl collections = _Translations$collections$pl._(_root);
|
||||
@override late final _Translations$playlists$pl playlists = _Translations$playlists$pl._(_root);
|
||||
@override late final _Translations$music$pl music = _Translations$music$pl._(_root);
|
||||
@override late final _Translations$watchTogether$pl watchTogether = _Translations$watchTogether$pl._(_root);
|
||||
@override late final _Translations$downloads$pl downloads = _Translations$downloads$pl._(_root);
|
||||
@override late final _Translations$shaders$pl shaders = _Translations$shaders$pl._(_root);
|
||||
@override late final _Translations$companionRemote$pl companionRemote = _Translations$companionRemote$pl._(_root);
|
||||
@override late final _Translations$videoSettings$pl videoSettings = _Translations$videoSettings$pl._(_root);
|
||||
@override late final _Translations$performanceOverlay$pl performanceOverlay = _Translations$performanceOverlay$pl._(_root);
|
||||
@override late final _Translations$externalPlayer$pl externalPlayer = _Translations$externalPlayer$pl._(_root);
|
||||
@override late final _Translations$metadataEdit$pl metadataEdit = _Translations$metadataEdit$pl._(_root);
|
||||
@override late final _Translations$matchScreen$pl matchScreen = _Translations$matchScreen$pl._(_root);
|
||||
@override late final _Translations$serverTasks$pl serverTasks = _Translations$serverTasks$pl._(_root);
|
||||
@override late final _Translations$trakt$pl trakt = _Translations$trakt$pl._(_root);
|
||||
@override late final _Translations$seerr$pl seerr = _Translations$seerr$pl._(_root);
|
||||
@override late final _Translations$services$pl services = _Translations$services$pl._(_root);
|
||||
@override late final _Translations$addServer$pl addServer = _Translations$addServer$pl._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppPl extends TranslationsAppEn {
|
||||
_TranslationsAppPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$pl extends Translations$app$en {
|
||||
_Translations$app$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppPl extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthPl extends TranslationsAuthEn {
|
||||
_TranslationsAuthPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$pl extends Translations$auth$en {
|
||||
_Translations$auth$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthPl extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonPl extends TranslationsCommonEn {
|
||||
_TranslationsCommonPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$pl extends Translations$common$en {
|
||||
_Translations$common$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonPl extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensPl extends TranslationsScreensEn {
|
||||
_TranslationsScreensPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$pl extends Translations$screens$en {
|
||||
_Translations$screens$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensPl extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdatePl extends TranslationsUpdateEn {
|
||||
_TranslationsUpdatePl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$pl extends Translations$update$en {
|
||||
_Translations$update$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdatePl extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsPl extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$pl extends Translations$settings$en {
|
||||
_Translations$settings$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsPl extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchPl extends TranslationsSearchEn {
|
||||
_TranslationsSearchPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$pl extends Translations$search$en {
|
||||
_Translations$search$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchPl extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysPl extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$pl extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysPl extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Bieżący skrót:';
|
||||
@override String get pressToRecord => 'Wybierz, aby zapisać skrót klawiszowy';
|
||||
@override String get recordingShortcut => 'Naciśnij teraz skrót klawiszowy';
|
||||
@override late final _TranslationsHotkeysActionsPl actions = _TranslationsHotkeysActionsPl._(_root);
|
||||
@override late final _Translations$hotkeys$actions$pl actions = _Translations$hotkeys$actions$pl._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoPl extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$pl extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoPl extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuPl extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$pl extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuPl extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetPl extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$pl extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetPl extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityPl extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$pl extends Translations$accessibility$en {
|
||||
_Translations$accessibility$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityPl extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsPl extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$pl extends Translations$tooltips$en {
|
||||
_Translations$tooltips$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsPl extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksPl extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$pl extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksPl extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsPl extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pl extends Translations$videoControls$en {
|
||||
_Translations$videoControls$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsPl extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Nie udało się uruchomić trybu obraz w obrazie';
|
||||
@override String get screenshotSaved => 'Zrzut ekranu zapisany';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsPl pipErrors = _TranslationsVideoControlsPipErrorsPl._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$pl pipErrors = _Translations$videoControls$pipErrors$pl._(_root);
|
||||
@override String get chapters => 'Rozdziały';
|
||||
@override String get noChaptersAvailable => 'Brak dostępnych rozdziałów';
|
||||
@override String get queue => 'Kolejka';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsPl extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesPl extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$pl extends Translations$messages$en {
|
||||
_Translations$messages$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -767,8 +767,8 @@ class _TranslationsMessagesPl extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingPl extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$pl extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -797,8 +797,8 @@ class _TranslationsSubtitlingStylingPl extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigPl extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$pl extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -820,8 +820,8 @@ class _TranslationsMpvConfigPl extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogPl extends TranslationsDialogEn {
|
||||
_TranslationsDialogPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$pl extends Translations$dialog$en {
|
||||
_Translations$dialog$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -830,8 +830,8 @@ class _TranslationsDialogPl extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesPl extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$pl extends Translations$profiles$en {
|
||||
_Translations$profiles$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -899,8 +899,8 @@ class _TranslationsProfilesPl extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsPl extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$pl extends Translations$connections$en {
|
||||
_Translations$connections$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -917,8 +917,8 @@ class _TranslationsConnectionsPl extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverPl extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$pl extends Translations$discover$en {
|
||||
_Translations$discover$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -948,8 +948,8 @@ class _TranslationsDiscoverPl extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsPl extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$pl extends Translations$errors$en {
|
||||
_Translations$errors$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -968,8 +968,8 @@ class _TranslationsErrorsPl extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesPl extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$pl extends Translations$libraries$en {
|
||||
_Translations$libraries$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1015,15 +1015,15 @@ class _TranslationsLibrariesPl extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'Brak kolekcji w tej bibliotece';
|
||||
@override String get noFoldersFound => 'Nie znaleziono folderów';
|
||||
@override String get folders => 'foldery';
|
||||
@override late final _TranslationsLibrariesTabsPl tabs = _TranslationsLibrariesTabsPl._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsPl groupings = _TranslationsLibrariesGroupingsPl._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesPl filterCategories = _TranslationsLibrariesFilterCategoriesPl._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsPl sortLabels = _TranslationsLibrariesSortLabelsPl._(_root);
|
||||
@override late final _Translations$libraries$tabs$pl tabs = _Translations$libraries$tabs$pl._(_root);
|
||||
@override late final _Translations$libraries$groupings$pl groupings = _Translations$libraries$groupings$pl._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$pl filterCategories = _Translations$libraries$filterCategories$pl._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$pl sortLabels = _Translations$libraries$sortLabels$pl._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutPl extends TranslationsAboutEn {
|
||||
_TranslationsAboutPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$pl extends Translations$about$en {
|
||||
_Translations$about$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1036,8 +1036,8 @@ class _TranslationsAboutPl extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionPl extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$pl extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1047,8 +1047,8 @@ class _TranslationsServerSelectionPl extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailPl extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$pl extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1061,8 +1061,8 @@ class _TranslationsHubDetailPl extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsPl extends TranslationsLogsEn {
|
||||
_TranslationsLogsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$pl extends Translations$logs$en {
|
||||
_Translations$logs$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1073,8 +1073,8 @@ class _TranslationsLogsPl extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesPl extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$pl extends Translations$licenses$en {
|
||||
_Translations$licenses$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1086,8 +1086,8 @@ class _TranslationsLicensesPl extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationPl extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$pl extends Translations$navigation$en {
|
||||
_Translations$navigation$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1099,16 +1099,16 @@ class _TranslationsNavigationPl extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExplorePl extends TranslationsExploreEn {
|
||||
_TranslationsExplorePl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$pl extends Translations$explore$en {
|
||||
_Translations$explore$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Przeglądaj';
|
||||
@override String get selectSource => 'Wybierz źródło';
|
||||
@override late final _TranslationsExploreRowsPl rows = _TranslationsExploreRowsPl._(_root);
|
||||
@override late final _TranslationsExploreStatusPl status = _TranslationsExploreStatusPl._(_root);
|
||||
@override late final _Translations$explore$rows$pl rows = _Translations$explore$rows$pl._(_root);
|
||||
@override late final _Translations$explore$status$pl status = _Translations$explore$status$pl._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('pl'))(n,
|
||||
one: '${n} odcinek',
|
||||
few: '${n} odcinki',
|
||||
@@ -1132,8 +1132,8 @@ class _TranslationsExplorePl extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvPl extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$pl extends Translations$liveTv$en {
|
||||
_Translations$liveTv$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1208,8 +1208,8 @@ class _TranslationsLiveTvPl extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsPl extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$pl extends Translations$collections$en {
|
||||
_Translations$collections$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1237,8 +1237,8 @@ class _TranslationsCollectionsPl extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsPl extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$pl extends Translations$playlists$en {
|
||||
_Translations$playlists$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1272,8 +1272,8 @@ class _TranslationsPlaylistsPl extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicPl extends TranslationsMusicEn {
|
||||
_TranslationsMusicPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$pl extends Translations$music$en {
|
||||
_Translations$music$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1308,8 +1308,8 @@ class _TranslationsMusicPl extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherPl extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$pl extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1382,8 +1382,8 @@ class _TranslationsWatchTogetherPl extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsPl extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$pl extends Translations$downloads$en {
|
||||
_Translations$downloads$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1458,8 +1458,8 @@ class _TranslationsDownloadsPl extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersPl extends TranslationsShadersEn {
|
||||
_TranslationsShadersPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$pl extends Translations$shaders$en {
|
||||
_Translations$shaders$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1482,8 +1482,8 @@ class _TranslationsShadersPl extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemotePl extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemotePl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pl extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1491,15 +1491,15 @@ class _TranslationsCompanionRemotePl extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Pilot zdalny';
|
||||
@override String connectedTo({required Object name}) => 'Połączono z ${name}';
|
||||
@override String get unknownDevice => 'Nieznane urządzenie';
|
||||
@override late final _TranslationsCompanionRemoteSessionPl session = _TranslationsCompanionRemoteSessionPl._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingPl pairing = _TranslationsCompanionRemotePairingPl._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemotePl remote = _TranslationsCompanionRemoteRemotePl._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsPl errors = _TranslationsCompanionRemoteErrorsPl._(_root);
|
||||
@override late final _Translations$companionRemote$session$pl session = _Translations$companionRemote$session$pl._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$pl pairing = _Translations$companionRemote$pairing$pl._(_root);
|
||||
@override late final _Translations$companionRemote$remote$pl remote = _Translations$companionRemote$remote$pl._(_root);
|
||||
@override late final _Translations$companionRemote$errors$pl errors = _Translations$companionRemote$errors$pl._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsPl extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$pl extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1520,8 +1520,8 @@ class _TranslationsVideoSettingsPl extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayPl extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$pl extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1564,8 +1564,8 @@ class _TranslationsPerformanceOverlayPl extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerPl extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$pl extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1589,8 +1589,8 @@ class _TranslationsExternalPlayerPl extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditPl extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$pl extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1674,8 +1674,8 @@ class _TranslationsMetadataEditPl extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenPl extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$pl extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1695,8 +1695,8 @@ class _TranslationsMatchScreenPl extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksPl extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$pl extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1707,8 +1707,8 @@ class _TranslationsServerTasksPl extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktPl extends TranslationsTraktEn {
|
||||
_TranslationsTraktPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$pl extends Translations$trakt$en {
|
||||
_Translations$trakt$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1725,8 +1725,8 @@ class _TranslationsTraktPl extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrPl extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$pl extends Translations$seerr$en {
|
||||
_Translations$seerr$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1764,8 +1764,8 @@ class _TranslationsSeerrPl extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesPl extends TranslationsServicesEn {
|
||||
_TranslationsServicesPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$pl extends Translations$services$en {
|
||||
_Translations$services$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1779,15 +1779,15 @@ class _TranslationsServicesPl extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => 'Odłączyć ${service}?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy przestanie aktualizować ${service}. Połącz ponownie w dowolnym momencie.';
|
||||
@override String connectFailed({required Object service}) => 'Nie udało się połączyć z ${service}. Spróbuj ponownie.';
|
||||
@override late final _TranslationsServicesNamesPl names = _TranslationsServicesNamesPl._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodePl deviceCode = _TranslationsServicesDeviceCodePl._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyPl oauthProxy = _TranslationsServicesOauthProxyPl._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterPl libraryFilter = _TranslationsServicesLibraryFilterPl._(_root);
|
||||
@override late final _Translations$services$names$pl names = _Translations$services$names$pl._(_root);
|
||||
@override late final _Translations$services$deviceCode$pl deviceCode = _Translations$services$deviceCode$pl._(_root);
|
||||
@override late final _Translations$services$oauthProxy$pl oauthProxy = _Translations$services$oauthProxy$pl._(_root);
|
||||
@override late final _Translations$services$libraryFilter$pl libraryFilter = _Translations$services$libraryFilter$pl._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerPl extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$pl extends Translations$addServer$en {
|
||||
_Translations$addServer$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1823,8 +1823,8 @@ class _TranslationsAddServerPl extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsPl extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$pl extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1857,8 +1857,8 @@ class _TranslationsHotkeysActionsPl extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsPl extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$pl extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1873,8 +1873,8 @@ class _TranslationsVideoControlsPipErrorsPl extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsPl extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$pl extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1886,8 +1886,8 @@ class _TranslationsLibrariesTabsPl extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsPl extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$pl extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1905,8 +1905,8 @@ class _TranslationsLibrariesGroupingsPl extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesPl extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$pl extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1921,8 +1921,8 @@ class _TranslationsLibrariesFilterCategoriesPl extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsPl extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$pl extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1950,8 +1950,8 @@ class _TranslationsLibrariesSortLabelsPl extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsPl extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$pl extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1973,8 +1973,8 @@ class _TranslationsExploreRowsPl extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusPl extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$pl extends Translations$explore$status$en {
|
||||
_Translations$explore$status$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -1986,8 +1986,8 @@ class _TranslationsExploreStatusPl extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionPl extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$pl extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -2006,8 +2006,8 @@ class _TranslationsCompanionRemoteSessionPl extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingPl extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$pl extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -2030,8 +2030,8 @@ class _TranslationsCompanionRemotePairingPl extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemotePl extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemotePl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$pl extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -2066,8 +2066,8 @@ class _TranslationsCompanionRemoteRemotePl extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsPl extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$pl extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -2083,8 +2083,8 @@ class _TranslationsCompanionRemoteErrorsPl extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesPl extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$pl extends Translations$services$names$en {
|
||||
_Translations$services$names$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -2096,8 +2096,8 @@ class _TranslationsServicesNamesPl extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodePl extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodePl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$pl extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -2111,8 +2111,8 @@ class _TranslationsServicesDeviceCodePl extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyPl extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$pl extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
@@ -2125,8 +2125,8 @@ class _TranslationsServicesOauthProxyPl extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterPl extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterPl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$pl extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$pl._(TranslationsPl root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPl _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsPt extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsPt $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsPt(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppPt app = _TranslationsAppPt._(_root);
|
||||
@override late final _TranslationsAuthPt auth = _TranslationsAuthPt._(_root);
|
||||
@override late final _TranslationsCommonPt common = _TranslationsCommonPt._(_root);
|
||||
@override late final _TranslationsScreensPt screens = _TranslationsScreensPt._(_root);
|
||||
@override late final _TranslationsUpdatePt update = _TranslationsUpdatePt._(_root);
|
||||
@override late final _TranslationsSettingsPt settings = _TranslationsSettingsPt._(_root);
|
||||
@override late final _TranslationsSearchPt search = _TranslationsSearchPt._(_root);
|
||||
@override late final _TranslationsHotkeysPt hotkeys = _TranslationsHotkeysPt._(_root);
|
||||
@override late final _TranslationsFileInfoPt fileInfo = _TranslationsFileInfoPt._(_root);
|
||||
@override late final _TranslationsMediaMenuPt mediaMenu = _TranslationsMediaMenuPt._(_root);
|
||||
@override late final _TranslationsRateSheetPt rateSheet = _TranslationsRateSheetPt._(_root);
|
||||
@override late final _TranslationsAccessibilityPt accessibility = _TranslationsAccessibilityPt._(_root);
|
||||
@override late final _TranslationsTooltipsPt tooltips = _TranslationsTooltipsPt._(_root);
|
||||
@override late final _TranslationsAudioTracksPt audioTracks = _TranslationsAudioTracksPt._(_root);
|
||||
@override late final _TranslationsVideoControlsPt videoControls = _TranslationsVideoControlsPt._(_root);
|
||||
@override late final _TranslationsMessagesPt messages = _TranslationsMessagesPt._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingPt subtitlingStyling = _TranslationsSubtitlingStylingPt._(_root);
|
||||
@override late final _TranslationsMpvConfigPt mpvConfig = _TranslationsMpvConfigPt._(_root);
|
||||
@override late final _TranslationsDialogPt dialog = _TranslationsDialogPt._(_root);
|
||||
@override late final _TranslationsProfilesPt profiles = _TranslationsProfilesPt._(_root);
|
||||
@override late final _TranslationsConnectionsPt connections = _TranslationsConnectionsPt._(_root);
|
||||
@override late final _TranslationsDiscoverPt discover = _TranslationsDiscoverPt._(_root);
|
||||
@override late final _TranslationsErrorsPt errors = _TranslationsErrorsPt._(_root);
|
||||
@override late final _TranslationsLibrariesPt libraries = _TranslationsLibrariesPt._(_root);
|
||||
@override late final _TranslationsAboutPt about = _TranslationsAboutPt._(_root);
|
||||
@override late final _TranslationsServerSelectionPt serverSelection = _TranslationsServerSelectionPt._(_root);
|
||||
@override late final _TranslationsHubDetailPt hubDetail = _TranslationsHubDetailPt._(_root);
|
||||
@override late final _TranslationsLogsPt logs = _TranslationsLogsPt._(_root);
|
||||
@override late final _TranslationsLicensesPt licenses = _TranslationsLicensesPt._(_root);
|
||||
@override late final _TranslationsNavigationPt navigation = _TranslationsNavigationPt._(_root);
|
||||
@override late final _TranslationsExplorePt explore = _TranslationsExplorePt._(_root);
|
||||
@override late final _TranslationsLiveTvPt liveTv = _TranslationsLiveTvPt._(_root);
|
||||
@override late final _TranslationsCollectionsPt collections = _TranslationsCollectionsPt._(_root);
|
||||
@override late final _TranslationsPlaylistsPt playlists = _TranslationsPlaylistsPt._(_root);
|
||||
@override late final _TranslationsMusicPt music = _TranslationsMusicPt._(_root);
|
||||
@override late final _TranslationsWatchTogetherPt watchTogether = _TranslationsWatchTogetherPt._(_root);
|
||||
@override late final _TranslationsDownloadsPt downloads = _TranslationsDownloadsPt._(_root);
|
||||
@override late final _TranslationsShadersPt shaders = _TranslationsShadersPt._(_root);
|
||||
@override late final _TranslationsCompanionRemotePt companionRemote = _TranslationsCompanionRemotePt._(_root);
|
||||
@override late final _TranslationsVideoSettingsPt videoSettings = _TranslationsVideoSettingsPt._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayPt performanceOverlay = _TranslationsPerformanceOverlayPt._(_root);
|
||||
@override late final _TranslationsExternalPlayerPt externalPlayer = _TranslationsExternalPlayerPt._(_root);
|
||||
@override late final _TranslationsMetadataEditPt metadataEdit = _TranslationsMetadataEditPt._(_root);
|
||||
@override late final _TranslationsMatchScreenPt matchScreen = _TranslationsMatchScreenPt._(_root);
|
||||
@override late final _TranslationsServerTasksPt serverTasks = _TranslationsServerTasksPt._(_root);
|
||||
@override late final _TranslationsTraktPt trakt = _TranslationsTraktPt._(_root);
|
||||
@override late final _TranslationsSeerrPt seerr = _TranslationsSeerrPt._(_root);
|
||||
@override late final _TranslationsServicesPt services = _TranslationsServicesPt._(_root);
|
||||
@override late final _TranslationsAddServerPt addServer = _TranslationsAddServerPt._(_root);
|
||||
@override late final _Translations$app$pt app = _Translations$app$pt._(_root);
|
||||
@override late final _Translations$auth$pt auth = _Translations$auth$pt._(_root);
|
||||
@override late final _Translations$common$pt common = _Translations$common$pt._(_root);
|
||||
@override late final _Translations$screens$pt screens = _Translations$screens$pt._(_root);
|
||||
@override late final _Translations$update$pt update = _Translations$update$pt._(_root);
|
||||
@override late final _Translations$settings$pt settings = _Translations$settings$pt._(_root);
|
||||
@override late final _Translations$search$pt search = _Translations$search$pt._(_root);
|
||||
@override late final _Translations$hotkeys$pt hotkeys = _Translations$hotkeys$pt._(_root);
|
||||
@override late final _Translations$fileInfo$pt fileInfo = _Translations$fileInfo$pt._(_root);
|
||||
@override late final _Translations$mediaMenu$pt mediaMenu = _Translations$mediaMenu$pt._(_root);
|
||||
@override late final _Translations$rateSheet$pt rateSheet = _Translations$rateSheet$pt._(_root);
|
||||
@override late final _Translations$accessibility$pt accessibility = _Translations$accessibility$pt._(_root);
|
||||
@override late final _Translations$tooltips$pt tooltips = _Translations$tooltips$pt._(_root);
|
||||
@override late final _Translations$audioTracks$pt audioTracks = _Translations$audioTracks$pt._(_root);
|
||||
@override late final _Translations$videoControls$pt videoControls = _Translations$videoControls$pt._(_root);
|
||||
@override late final _Translations$messages$pt messages = _Translations$messages$pt._(_root);
|
||||
@override late final _Translations$subtitlingStyling$pt subtitlingStyling = _Translations$subtitlingStyling$pt._(_root);
|
||||
@override late final _Translations$mpvConfig$pt mpvConfig = _Translations$mpvConfig$pt._(_root);
|
||||
@override late final _Translations$dialog$pt dialog = _Translations$dialog$pt._(_root);
|
||||
@override late final _Translations$profiles$pt profiles = _Translations$profiles$pt._(_root);
|
||||
@override late final _Translations$connections$pt connections = _Translations$connections$pt._(_root);
|
||||
@override late final _Translations$discover$pt discover = _Translations$discover$pt._(_root);
|
||||
@override late final _Translations$errors$pt errors = _Translations$errors$pt._(_root);
|
||||
@override late final _Translations$libraries$pt libraries = _Translations$libraries$pt._(_root);
|
||||
@override late final _Translations$about$pt about = _Translations$about$pt._(_root);
|
||||
@override late final _Translations$serverSelection$pt serverSelection = _Translations$serverSelection$pt._(_root);
|
||||
@override late final _Translations$hubDetail$pt hubDetail = _Translations$hubDetail$pt._(_root);
|
||||
@override late final _Translations$logs$pt logs = _Translations$logs$pt._(_root);
|
||||
@override late final _Translations$licenses$pt licenses = _Translations$licenses$pt._(_root);
|
||||
@override late final _Translations$navigation$pt navigation = _Translations$navigation$pt._(_root);
|
||||
@override late final _Translations$explore$pt explore = _Translations$explore$pt._(_root);
|
||||
@override late final _Translations$liveTv$pt liveTv = _Translations$liveTv$pt._(_root);
|
||||
@override late final _Translations$collections$pt collections = _Translations$collections$pt._(_root);
|
||||
@override late final _Translations$playlists$pt playlists = _Translations$playlists$pt._(_root);
|
||||
@override late final _Translations$music$pt music = _Translations$music$pt._(_root);
|
||||
@override late final _Translations$watchTogether$pt watchTogether = _Translations$watchTogether$pt._(_root);
|
||||
@override late final _Translations$downloads$pt downloads = _Translations$downloads$pt._(_root);
|
||||
@override late final _Translations$shaders$pt shaders = _Translations$shaders$pt._(_root);
|
||||
@override late final _Translations$companionRemote$pt companionRemote = _Translations$companionRemote$pt._(_root);
|
||||
@override late final _Translations$videoSettings$pt videoSettings = _Translations$videoSettings$pt._(_root);
|
||||
@override late final _Translations$performanceOverlay$pt performanceOverlay = _Translations$performanceOverlay$pt._(_root);
|
||||
@override late final _Translations$externalPlayer$pt externalPlayer = _Translations$externalPlayer$pt._(_root);
|
||||
@override late final _Translations$metadataEdit$pt metadataEdit = _Translations$metadataEdit$pt._(_root);
|
||||
@override late final _Translations$matchScreen$pt matchScreen = _Translations$matchScreen$pt._(_root);
|
||||
@override late final _Translations$serverTasks$pt serverTasks = _Translations$serverTasks$pt._(_root);
|
||||
@override late final _Translations$trakt$pt trakt = _Translations$trakt$pt._(_root);
|
||||
@override late final _Translations$seerr$pt seerr = _Translations$seerr$pt._(_root);
|
||||
@override late final _Translations$services$pt services = _Translations$services$pt._(_root);
|
||||
@override late final _Translations$addServer$pt addServer = _Translations$addServer$pt._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppPt extends TranslationsAppEn {
|
||||
_TranslationsAppPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$pt extends Translations$app$en {
|
||||
_Translations$app$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppPt extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthPt extends TranslationsAuthEn {
|
||||
_TranslationsAuthPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$pt extends Translations$auth$en {
|
||||
_Translations$auth$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthPt extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonPt extends TranslationsCommonEn {
|
||||
_TranslationsCommonPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$pt extends Translations$common$en {
|
||||
_Translations$common$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonPt extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensPt extends TranslationsScreensEn {
|
||||
_TranslationsScreensPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$pt extends Translations$screens$en {
|
||||
_Translations$screens$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensPt extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdatePt extends TranslationsUpdateEn {
|
||||
_TranslationsUpdatePt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$pt extends Translations$update$en {
|
||||
_Translations$update$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdatePt extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsPt extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$pt extends Translations$settings$en {
|
||||
_Translations$settings$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsPt extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchPt extends TranslationsSearchEn {
|
||||
_TranslationsSearchPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$pt extends Translations$search$en {
|
||||
_Translations$search$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchPt extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysPt extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$pt extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysPt extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Atalho atual:';
|
||||
@override String get pressToRecord => 'Selecionar para gravar um atalho';
|
||||
@override String get recordingShortcut => 'Pressione o atalho agora';
|
||||
@override late final _TranslationsHotkeysActionsPt actions = _TranslationsHotkeysActionsPt._(_root);
|
||||
@override late final _Translations$hotkeys$actions$pt actions = _Translations$hotkeys$actions$pt._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoPt extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$pt extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoPt extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuPt extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$pt extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuPt extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetPt extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$pt extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetPt extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityPt extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$pt extends Translations$accessibility$en {
|
||||
_Translations$accessibility$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityPt extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsPt extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$pt extends Translations$tooltips$en {
|
||||
_Translations$tooltips$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsPt extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksPt extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$pt extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksPt extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsPt extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pt extends Translations$videoControls$en {
|
||||
_Translations$videoControls$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsPt extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Falha ao iniciar picture-in-picture';
|
||||
@override String get screenshotSaved => 'Captura de tela salva';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsPt pipErrors = _TranslationsVideoControlsPipErrorsPt._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$pt pipErrors = _Translations$videoControls$pipErrors$pt._(_root);
|
||||
@override String get chapters => 'Capítulos';
|
||||
@override String get noChaptersAvailable => 'Nenhum capítulo disponível';
|
||||
@override String get queue => 'Fila';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsPt extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesPt extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$pt extends Translations$messages$en {
|
||||
_Translations$messages$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -765,8 +765,8 @@ class _TranslationsMessagesPt extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingPt extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$pt extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -795,8 +795,8 @@ class _TranslationsSubtitlingStylingPt extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigPt extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$pt extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -818,8 +818,8 @@ class _TranslationsMpvConfigPt extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogPt extends TranslationsDialogEn {
|
||||
_TranslationsDialogPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$pt extends Translations$dialog$en {
|
||||
_Translations$dialog$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -828,8 +828,8 @@ class _TranslationsDialogPt extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesPt extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$pt extends Translations$profiles$en {
|
||||
_Translations$profiles$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -897,8 +897,8 @@ class _TranslationsProfilesPt extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsPt extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$pt extends Translations$connections$en {
|
||||
_Translations$connections$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -915,8 +915,8 @@ class _TranslationsConnectionsPt extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverPt extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$pt extends Translations$discover$en {
|
||||
_Translations$discover$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -946,8 +946,8 @@ class _TranslationsDiscoverPt extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsPt extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$pt extends Translations$errors$en {
|
||||
_Translations$errors$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -966,8 +966,8 @@ class _TranslationsErrorsPt extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesPt extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$pt extends Translations$libraries$en {
|
||||
_Translations$libraries$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1013,15 +1013,15 @@ class _TranslationsLibrariesPt extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'Nenhuma coleção nesta biblioteca';
|
||||
@override String get noFoldersFound => 'Nenhuma pasta encontrada';
|
||||
@override String get folders => 'pastas';
|
||||
@override late final _TranslationsLibrariesTabsPt tabs = _TranslationsLibrariesTabsPt._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsPt groupings = _TranslationsLibrariesGroupingsPt._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesPt filterCategories = _TranslationsLibrariesFilterCategoriesPt._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsPt sortLabels = _TranslationsLibrariesSortLabelsPt._(_root);
|
||||
@override late final _Translations$libraries$tabs$pt tabs = _Translations$libraries$tabs$pt._(_root);
|
||||
@override late final _Translations$libraries$groupings$pt groupings = _Translations$libraries$groupings$pt._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$pt filterCategories = _Translations$libraries$filterCategories$pt._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$pt sortLabels = _Translations$libraries$sortLabels$pt._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutPt extends TranslationsAboutEn {
|
||||
_TranslationsAboutPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$pt extends Translations$about$en {
|
||||
_Translations$about$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1034,8 +1034,8 @@ class _TranslationsAboutPt extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionPt extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$pt extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1045,8 +1045,8 @@ class _TranslationsServerSelectionPt extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailPt extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$pt extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1059,8 +1059,8 @@ class _TranslationsHubDetailPt extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsPt extends TranslationsLogsEn {
|
||||
_TranslationsLogsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$pt extends Translations$logs$en {
|
||||
_Translations$logs$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1071,8 +1071,8 @@ class _TranslationsLogsPt extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesPt extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$pt extends Translations$licenses$en {
|
||||
_Translations$licenses$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1084,8 +1084,8 @@ class _TranslationsLicensesPt extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationPt extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$pt extends Translations$navigation$en {
|
||||
_Translations$navigation$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1097,16 +1097,16 @@ class _TranslationsNavigationPt extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExplorePt extends TranslationsExploreEn {
|
||||
_TranslationsExplorePt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$pt extends Translations$explore$en {
|
||||
_Translations$explore$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Explorar';
|
||||
@override String get selectSource => 'Selecionar fonte';
|
||||
@override late final _TranslationsExploreRowsPt rows = _TranslationsExploreRowsPt._(_root);
|
||||
@override late final _TranslationsExploreStatusPt status = _TranslationsExploreStatusPt._(_root);
|
||||
@override late final _Translations$explore$rows$pt rows = _Translations$explore$rows$pt._(_root);
|
||||
@override late final _Translations$explore$status$pt status = _Translations$explore$status$pt._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('pt'))(n,
|
||||
one: '${n} episódio',
|
||||
other: '${n} episódios',
|
||||
@@ -1128,8 +1128,8 @@ class _TranslationsExplorePt extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvPt extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$pt extends Translations$liveTv$en {
|
||||
_Translations$liveTv$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1204,8 +1204,8 @@ class _TranslationsLiveTvPt extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsPt extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$pt extends Translations$collections$en {
|
||||
_Translations$collections$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1233,8 +1233,8 @@ class _TranslationsCollectionsPt extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsPt extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$pt extends Translations$playlists$en {
|
||||
_Translations$playlists$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1268,8 +1268,8 @@ class _TranslationsPlaylistsPt extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicPt extends TranslationsMusicEn {
|
||||
_TranslationsMusicPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$pt extends Translations$music$en {
|
||||
_Translations$music$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1302,8 +1302,8 @@ class _TranslationsMusicPt extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherPt extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$pt extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1376,8 +1376,8 @@ class _TranslationsWatchTogetherPt extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsPt extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$pt extends Translations$downloads$en {
|
||||
_Translations$downloads$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1452,8 +1452,8 @@ class _TranslationsDownloadsPt extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersPt extends TranslationsShadersEn {
|
||||
_TranslationsShadersPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$pt extends Translations$shaders$en {
|
||||
_Translations$shaders$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1476,8 +1476,8 @@ class _TranslationsShadersPt extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemotePt extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemotePt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pt extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1485,15 +1485,15 @@ class _TranslationsCompanionRemotePt extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Controle Remoto';
|
||||
@override String connectedTo({required Object name}) => 'Conectado a ${name}';
|
||||
@override String get unknownDevice => 'Dispositivo desconhecido';
|
||||
@override late final _TranslationsCompanionRemoteSessionPt session = _TranslationsCompanionRemoteSessionPt._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingPt pairing = _TranslationsCompanionRemotePairingPt._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemotePt remote = _TranslationsCompanionRemoteRemotePt._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsPt errors = _TranslationsCompanionRemoteErrorsPt._(_root);
|
||||
@override late final _Translations$companionRemote$session$pt session = _Translations$companionRemote$session$pt._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$pt pairing = _Translations$companionRemote$pairing$pt._(_root);
|
||||
@override late final _Translations$companionRemote$remote$pt remote = _Translations$companionRemote$remote$pt._(_root);
|
||||
@override late final _Translations$companionRemote$errors$pt errors = _Translations$companionRemote$errors$pt._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsPt extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$pt extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1514,8 +1514,8 @@ class _TranslationsVideoSettingsPt extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayPt extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$pt extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1558,8 +1558,8 @@ class _TranslationsPerformanceOverlayPt extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerPt extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$pt extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1583,8 +1583,8 @@ class _TranslationsExternalPlayerPt extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditPt extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$pt extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1668,8 +1668,8 @@ class _TranslationsMetadataEditPt extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenPt extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$pt extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1689,8 +1689,8 @@ class _TranslationsMatchScreenPt extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksPt extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$pt extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1701,8 +1701,8 @@ class _TranslationsServerTasksPt extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktPt extends TranslationsTraktEn {
|
||||
_TranslationsTraktPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$pt extends Translations$trakt$en {
|
||||
_Translations$trakt$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1719,8 +1719,8 @@ class _TranslationsTraktPt extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrPt extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$pt extends Translations$seerr$en {
|
||||
_Translations$seerr$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1758,8 +1758,8 @@ class _TranslationsSeerrPt extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesPt extends TranslationsServicesEn {
|
||||
_TranslationsServicesPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$pt extends Translations$services$en {
|
||||
_Translations$services$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1773,15 +1773,15 @@ class _TranslationsServicesPt extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => 'Desconectar ${service}?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy deixará de atualizar ${service}. Reconecte quando quiser.';
|
||||
@override String connectFailed({required Object service}) => 'Não foi possível conectar ao ${service}. Tente novamente.';
|
||||
@override late final _TranslationsServicesNamesPt names = _TranslationsServicesNamesPt._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodePt deviceCode = _TranslationsServicesDeviceCodePt._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyPt oauthProxy = _TranslationsServicesOauthProxyPt._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterPt libraryFilter = _TranslationsServicesLibraryFilterPt._(_root);
|
||||
@override late final _Translations$services$names$pt names = _Translations$services$names$pt._(_root);
|
||||
@override late final _Translations$services$deviceCode$pt deviceCode = _Translations$services$deviceCode$pt._(_root);
|
||||
@override late final _Translations$services$oauthProxy$pt oauthProxy = _Translations$services$oauthProxy$pt._(_root);
|
||||
@override late final _Translations$services$libraryFilter$pt libraryFilter = _Translations$services$libraryFilter$pt._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerPt extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$pt extends Translations$addServer$en {
|
||||
_Translations$addServer$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1817,8 +1817,8 @@ class _TranslationsAddServerPt extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsPt extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$pt extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1851,8 +1851,8 @@ class _TranslationsHotkeysActionsPt extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsPt extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$pt extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1867,8 +1867,8 @@ class _TranslationsVideoControlsPipErrorsPt extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsPt extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$pt extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1880,8 +1880,8 @@ class _TranslationsLibrariesTabsPt extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsPt extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$pt extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1899,8 +1899,8 @@ class _TranslationsLibrariesGroupingsPt extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesPt extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$pt extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1915,8 +1915,8 @@ class _TranslationsLibrariesFilterCategoriesPt extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsPt extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$pt extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1944,8 +1944,8 @@ class _TranslationsLibrariesSortLabelsPt extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsPt extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$pt extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1967,8 +1967,8 @@ class _TranslationsExploreRowsPt extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusPt extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$pt extends Translations$explore$status$en {
|
||||
_Translations$explore$status$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -1980,8 +1980,8 @@ class _TranslationsExploreStatusPt extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionPt extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$pt extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -2000,8 +2000,8 @@ class _TranslationsCompanionRemoteSessionPt extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingPt extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$pt extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -2024,8 +2024,8 @@ class _TranslationsCompanionRemotePairingPt extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemotePt extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemotePt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$pt extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -2060,8 +2060,8 @@ class _TranslationsCompanionRemoteRemotePt extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsPt extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$pt extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -2077,8 +2077,8 @@ class _TranslationsCompanionRemoteErrorsPt extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesPt extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$pt extends Translations$services$names$en {
|
||||
_Translations$services$names$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -2090,8 +2090,8 @@ class _TranslationsServicesNamesPt extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodePt extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodePt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$pt extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -2105,8 +2105,8 @@ class _TranslationsServicesDeviceCodePt extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyPt extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$pt extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
@@ -2119,8 +2119,8 @@ class _TranslationsServicesOauthProxyPt extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterPt extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterPt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$pt extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsRu extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsRu $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsRu(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppRu app = _TranslationsAppRu._(_root);
|
||||
@override late final _TranslationsAuthRu auth = _TranslationsAuthRu._(_root);
|
||||
@override late final _TranslationsCommonRu common = _TranslationsCommonRu._(_root);
|
||||
@override late final _TranslationsScreensRu screens = _TranslationsScreensRu._(_root);
|
||||
@override late final _TranslationsUpdateRu update = _TranslationsUpdateRu._(_root);
|
||||
@override late final _TranslationsSettingsRu settings = _TranslationsSettingsRu._(_root);
|
||||
@override late final _TranslationsSearchRu search = _TranslationsSearchRu._(_root);
|
||||
@override late final _TranslationsHotkeysRu hotkeys = _TranslationsHotkeysRu._(_root);
|
||||
@override late final _TranslationsFileInfoRu fileInfo = _TranslationsFileInfoRu._(_root);
|
||||
@override late final _TranslationsMediaMenuRu mediaMenu = _TranslationsMediaMenuRu._(_root);
|
||||
@override late final _TranslationsRateSheetRu rateSheet = _TranslationsRateSheetRu._(_root);
|
||||
@override late final _TranslationsAccessibilityRu accessibility = _TranslationsAccessibilityRu._(_root);
|
||||
@override late final _TranslationsTooltipsRu tooltips = _TranslationsTooltipsRu._(_root);
|
||||
@override late final _TranslationsAudioTracksRu audioTracks = _TranslationsAudioTracksRu._(_root);
|
||||
@override late final _TranslationsVideoControlsRu videoControls = _TranslationsVideoControlsRu._(_root);
|
||||
@override late final _TranslationsMessagesRu messages = _TranslationsMessagesRu._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingRu subtitlingStyling = _TranslationsSubtitlingStylingRu._(_root);
|
||||
@override late final _TranslationsMpvConfigRu mpvConfig = _TranslationsMpvConfigRu._(_root);
|
||||
@override late final _TranslationsDialogRu dialog = _TranslationsDialogRu._(_root);
|
||||
@override late final _TranslationsProfilesRu profiles = _TranslationsProfilesRu._(_root);
|
||||
@override late final _TranslationsConnectionsRu connections = _TranslationsConnectionsRu._(_root);
|
||||
@override late final _TranslationsDiscoverRu discover = _TranslationsDiscoverRu._(_root);
|
||||
@override late final _TranslationsErrorsRu errors = _TranslationsErrorsRu._(_root);
|
||||
@override late final _TranslationsLibrariesRu libraries = _TranslationsLibrariesRu._(_root);
|
||||
@override late final _TranslationsAboutRu about = _TranslationsAboutRu._(_root);
|
||||
@override late final _TranslationsServerSelectionRu serverSelection = _TranslationsServerSelectionRu._(_root);
|
||||
@override late final _TranslationsHubDetailRu hubDetail = _TranslationsHubDetailRu._(_root);
|
||||
@override late final _TranslationsLogsRu logs = _TranslationsLogsRu._(_root);
|
||||
@override late final _TranslationsLicensesRu licenses = _TranslationsLicensesRu._(_root);
|
||||
@override late final _TranslationsNavigationRu navigation = _TranslationsNavigationRu._(_root);
|
||||
@override late final _TranslationsExploreRu explore = _TranslationsExploreRu._(_root);
|
||||
@override late final _TranslationsLiveTvRu liveTv = _TranslationsLiveTvRu._(_root);
|
||||
@override late final _TranslationsCollectionsRu collections = _TranslationsCollectionsRu._(_root);
|
||||
@override late final _TranslationsPlaylistsRu playlists = _TranslationsPlaylistsRu._(_root);
|
||||
@override late final _TranslationsMusicRu music = _TranslationsMusicRu._(_root);
|
||||
@override late final _TranslationsWatchTogetherRu watchTogether = _TranslationsWatchTogetherRu._(_root);
|
||||
@override late final _TranslationsDownloadsRu downloads = _TranslationsDownloadsRu._(_root);
|
||||
@override late final _TranslationsShadersRu shaders = _TranslationsShadersRu._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRu companionRemote = _TranslationsCompanionRemoteRu._(_root);
|
||||
@override late final _TranslationsVideoSettingsRu videoSettings = _TranslationsVideoSettingsRu._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayRu performanceOverlay = _TranslationsPerformanceOverlayRu._(_root);
|
||||
@override late final _TranslationsExternalPlayerRu externalPlayer = _TranslationsExternalPlayerRu._(_root);
|
||||
@override late final _TranslationsMetadataEditRu metadataEdit = _TranslationsMetadataEditRu._(_root);
|
||||
@override late final _TranslationsMatchScreenRu matchScreen = _TranslationsMatchScreenRu._(_root);
|
||||
@override late final _TranslationsServerTasksRu serverTasks = _TranslationsServerTasksRu._(_root);
|
||||
@override late final _TranslationsTraktRu trakt = _TranslationsTraktRu._(_root);
|
||||
@override late final _TranslationsSeerrRu seerr = _TranslationsSeerrRu._(_root);
|
||||
@override late final _TranslationsServicesRu services = _TranslationsServicesRu._(_root);
|
||||
@override late final _TranslationsAddServerRu addServer = _TranslationsAddServerRu._(_root);
|
||||
@override late final _Translations$app$ru app = _Translations$app$ru._(_root);
|
||||
@override late final _Translations$auth$ru auth = _Translations$auth$ru._(_root);
|
||||
@override late final _Translations$common$ru common = _Translations$common$ru._(_root);
|
||||
@override late final _Translations$screens$ru screens = _Translations$screens$ru._(_root);
|
||||
@override late final _Translations$update$ru update = _Translations$update$ru._(_root);
|
||||
@override late final _Translations$settings$ru settings = _Translations$settings$ru._(_root);
|
||||
@override late final _Translations$search$ru search = _Translations$search$ru._(_root);
|
||||
@override late final _Translations$hotkeys$ru hotkeys = _Translations$hotkeys$ru._(_root);
|
||||
@override late final _Translations$fileInfo$ru fileInfo = _Translations$fileInfo$ru._(_root);
|
||||
@override late final _Translations$mediaMenu$ru mediaMenu = _Translations$mediaMenu$ru._(_root);
|
||||
@override late final _Translations$rateSheet$ru rateSheet = _Translations$rateSheet$ru._(_root);
|
||||
@override late final _Translations$accessibility$ru accessibility = _Translations$accessibility$ru._(_root);
|
||||
@override late final _Translations$tooltips$ru tooltips = _Translations$tooltips$ru._(_root);
|
||||
@override late final _Translations$audioTracks$ru audioTracks = _Translations$audioTracks$ru._(_root);
|
||||
@override late final _Translations$videoControls$ru videoControls = _Translations$videoControls$ru._(_root);
|
||||
@override late final _Translations$messages$ru messages = _Translations$messages$ru._(_root);
|
||||
@override late final _Translations$subtitlingStyling$ru subtitlingStyling = _Translations$subtitlingStyling$ru._(_root);
|
||||
@override late final _Translations$mpvConfig$ru mpvConfig = _Translations$mpvConfig$ru._(_root);
|
||||
@override late final _Translations$dialog$ru dialog = _Translations$dialog$ru._(_root);
|
||||
@override late final _Translations$profiles$ru profiles = _Translations$profiles$ru._(_root);
|
||||
@override late final _Translations$connections$ru connections = _Translations$connections$ru._(_root);
|
||||
@override late final _Translations$discover$ru discover = _Translations$discover$ru._(_root);
|
||||
@override late final _Translations$errors$ru errors = _Translations$errors$ru._(_root);
|
||||
@override late final _Translations$libraries$ru libraries = _Translations$libraries$ru._(_root);
|
||||
@override late final _Translations$about$ru about = _Translations$about$ru._(_root);
|
||||
@override late final _Translations$serverSelection$ru serverSelection = _Translations$serverSelection$ru._(_root);
|
||||
@override late final _Translations$hubDetail$ru hubDetail = _Translations$hubDetail$ru._(_root);
|
||||
@override late final _Translations$logs$ru logs = _Translations$logs$ru._(_root);
|
||||
@override late final _Translations$licenses$ru licenses = _Translations$licenses$ru._(_root);
|
||||
@override late final _Translations$navigation$ru navigation = _Translations$navigation$ru._(_root);
|
||||
@override late final _Translations$explore$ru explore = _Translations$explore$ru._(_root);
|
||||
@override late final _Translations$liveTv$ru liveTv = _Translations$liveTv$ru._(_root);
|
||||
@override late final _Translations$collections$ru collections = _Translations$collections$ru._(_root);
|
||||
@override late final _Translations$playlists$ru playlists = _Translations$playlists$ru._(_root);
|
||||
@override late final _Translations$music$ru music = _Translations$music$ru._(_root);
|
||||
@override late final _Translations$watchTogether$ru watchTogether = _Translations$watchTogether$ru._(_root);
|
||||
@override late final _Translations$downloads$ru downloads = _Translations$downloads$ru._(_root);
|
||||
@override late final _Translations$shaders$ru shaders = _Translations$shaders$ru._(_root);
|
||||
@override late final _Translations$companionRemote$ru companionRemote = _Translations$companionRemote$ru._(_root);
|
||||
@override late final _Translations$videoSettings$ru videoSettings = _Translations$videoSettings$ru._(_root);
|
||||
@override late final _Translations$performanceOverlay$ru performanceOverlay = _Translations$performanceOverlay$ru._(_root);
|
||||
@override late final _Translations$externalPlayer$ru externalPlayer = _Translations$externalPlayer$ru._(_root);
|
||||
@override late final _Translations$metadataEdit$ru metadataEdit = _Translations$metadataEdit$ru._(_root);
|
||||
@override late final _Translations$matchScreen$ru matchScreen = _Translations$matchScreen$ru._(_root);
|
||||
@override late final _Translations$serverTasks$ru serverTasks = _Translations$serverTasks$ru._(_root);
|
||||
@override late final _Translations$trakt$ru trakt = _Translations$trakt$ru._(_root);
|
||||
@override late final _Translations$seerr$ru seerr = _Translations$seerr$ru._(_root);
|
||||
@override late final _Translations$services$ru services = _Translations$services$ru._(_root);
|
||||
@override late final _Translations$addServer$ru addServer = _Translations$addServer$ru._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppRu extends TranslationsAppEn {
|
||||
_TranslationsAppRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$ru extends Translations$app$en {
|
||||
_Translations$app$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppRu extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthRu extends TranslationsAuthEn {
|
||||
_TranslationsAuthRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$ru extends Translations$auth$en {
|
||||
_Translations$auth$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthRu extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonRu extends TranslationsCommonEn {
|
||||
_TranslationsCommonRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$ru extends Translations$common$en {
|
||||
_Translations$common$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonRu extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensRu extends TranslationsScreensEn {
|
||||
_TranslationsScreensRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$ru extends Translations$screens$en {
|
||||
_Translations$screens$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensRu extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateRu extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$ru extends Translations$update$en {
|
||||
_Translations$update$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateRu extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsRu extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$ru extends Translations$settings$en {
|
||||
_Translations$settings$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsRu extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchRu extends TranslationsSearchEn {
|
||||
_TranslationsSearchRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$ru extends Translations$search$en {
|
||||
_Translations$search$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchRu extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysRu extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$ru extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysRu extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Текущее сочетание:';
|
||||
@override String get pressToRecord => 'Выберите, чтобы записать сочетание клавиш';
|
||||
@override String get recordingShortcut => 'Нажмите сочетание клавиш сейчас';
|
||||
@override late final _TranslationsHotkeysActionsRu actions = _TranslationsHotkeysActionsRu._(_root);
|
||||
@override late final _Translations$hotkeys$actions$ru actions = _Translations$hotkeys$actions$ru._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoRu extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$ru extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoRu extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuRu extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$ru extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuRu extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetRu extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$ru extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetRu extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityRu extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$ru extends Translations$accessibility$en {
|
||||
_Translations$accessibility$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityRu extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsRu extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$ru extends Translations$tooltips$en {
|
||||
_Translations$tooltips$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsRu extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksRu extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$ru extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksRu extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsRu extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$ru extends Translations$videoControls$en {
|
||||
_Translations$videoControls$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsRu extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Не удалось запустить режим «картинка в картинке»';
|
||||
@override String get screenshotSaved => 'Снимок экрана сохранён';
|
||||
@override String zoomPercent({required Object percent}) => 'Масштаб ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsRu pipErrors = _TranslationsVideoControlsPipErrorsRu._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$ru pipErrors = _Translations$videoControls$pipErrors$ru._(_root);
|
||||
@override String get chapters => 'Главы';
|
||||
@override String get noChaptersAvailable => 'Главы недоступны';
|
||||
@override String get queue => 'Очередь';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsRu extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesRu extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$ru extends Translations$messages$en {
|
||||
_Translations$messages$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -767,8 +767,8 @@ class _TranslationsMessagesRu extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingRu extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$ru extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -797,8 +797,8 @@ class _TranslationsSubtitlingStylingRu extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigRu extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$ru extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -820,8 +820,8 @@ class _TranslationsMpvConfigRu extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogRu extends TranslationsDialogEn {
|
||||
_TranslationsDialogRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$ru extends Translations$dialog$en {
|
||||
_Translations$dialog$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -830,8 +830,8 @@ class _TranslationsDialogRu extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesRu extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$ru extends Translations$profiles$en {
|
||||
_Translations$profiles$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -899,8 +899,8 @@ class _TranslationsProfilesRu extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsRu extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$ru extends Translations$connections$en {
|
||||
_Translations$connections$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -917,8 +917,8 @@ class _TranslationsConnectionsRu extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverRu extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$ru extends Translations$discover$en {
|
||||
_Translations$discover$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -948,8 +948,8 @@ class _TranslationsDiscoverRu extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsRu extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$ru extends Translations$errors$en {
|
||||
_Translations$errors$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -968,8 +968,8 @@ class _TranslationsErrorsRu extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesRu extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$ru extends Translations$libraries$en {
|
||||
_Translations$libraries$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1015,15 +1015,15 @@ class _TranslationsLibrariesRu extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'В этой библиотеке нет коллекций';
|
||||
@override String get noFoldersFound => 'Папки не найдены';
|
||||
@override String get folders => 'папки';
|
||||
@override late final _TranslationsLibrariesTabsRu tabs = _TranslationsLibrariesTabsRu._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsRu groupings = _TranslationsLibrariesGroupingsRu._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesRu filterCategories = _TranslationsLibrariesFilterCategoriesRu._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsRu sortLabels = _TranslationsLibrariesSortLabelsRu._(_root);
|
||||
@override late final _Translations$libraries$tabs$ru tabs = _Translations$libraries$tabs$ru._(_root);
|
||||
@override late final _Translations$libraries$groupings$ru groupings = _Translations$libraries$groupings$ru._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$ru filterCategories = _Translations$libraries$filterCategories$ru._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$ru sortLabels = _Translations$libraries$sortLabels$ru._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutRu extends TranslationsAboutEn {
|
||||
_TranslationsAboutRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$ru extends Translations$about$en {
|
||||
_Translations$about$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1036,8 +1036,8 @@ class _TranslationsAboutRu extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionRu extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$ru extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1047,8 +1047,8 @@ class _TranslationsServerSelectionRu extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailRu extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$ru extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1061,8 +1061,8 @@ class _TranslationsHubDetailRu extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsRu extends TranslationsLogsEn {
|
||||
_TranslationsLogsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$ru extends Translations$logs$en {
|
||||
_Translations$logs$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1073,8 +1073,8 @@ class _TranslationsLogsRu extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesRu extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$ru extends Translations$licenses$en {
|
||||
_Translations$licenses$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1086,8 +1086,8 @@ class _TranslationsLicensesRu extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationRu extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$ru extends Translations$navigation$en {
|
||||
_Translations$navigation$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1099,16 +1099,16 @@ class _TranslationsNavigationRu extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreRu extends TranslationsExploreEn {
|
||||
_TranslationsExploreRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$ru extends Translations$explore$en {
|
||||
_Translations$explore$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Исследовать';
|
||||
@override String get selectSource => 'Выбрать источник';
|
||||
@override late final _TranslationsExploreRowsRu rows = _TranslationsExploreRowsRu._(_root);
|
||||
@override late final _TranslationsExploreStatusRu status = _TranslationsExploreStatusRu._(_root);
|
||||
@override late final _Translations$explore$rows$ru rows = _Translations$explore$rows$ru._(_root);
|
||||
@override late final _Translations$explore$status$ru status = _Translations$explore$status$ru._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('ru'))(n,
|
||||
one: '${n} эпизод',
|
||||
few: '${n} эпизода',
|
||||
@@ -1132,8 +1132,8 @@ class _TranslationsExploreRu extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvRu extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$ru extends Translations$liveTv$en {
|
||||
_Translations$liveTv$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1208,8 +1208,8 @@ class _TranslationsLiveTvRu extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsRu extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$ru extends Translations$collections$en {
|
||||
_Translations$collections$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1237,8 +1237,8 @@ class _TranslationsCollectionsRu extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsRu extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$ru extends Translations$playlists$en {
|
||||
_Translations$playlists$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1272,8 +1272,8 @@ class _TranslationsPlaylistsRu extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicRu extends TranslationsMusicEn {
|
||||
_TranslationsMusicRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$ru extends Translations$music$en {
|
||||
_Translations$music$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1308,8 +1308,8 @@ class _TranslationsMusicRu extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherRu extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$ru extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1382,8 +1382,8 @@ class _TranslationsWatchTogetherRu extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsRu extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$ru extends Translations$downloads$en {
|
||||
_Translations$downloads$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1458,8 +1458,8 @@ class _TranslationsDownloadsRu extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersRu extends TranslationsShadersEn {
|
||||
_TranslationsShadersRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$ru extends Translations$shaders$en {
|
||||
_Translations$shaders$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1482,8 +1482,8 @@ class _TranslationsShadersRu extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteRu extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$ru extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1491,15 +1491,15 @@ class _TranslationsCompanionRemoteRu extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Пульт управления';
|
||||
@override String connectedTo({required Object name}) => 'Подключено к ${name}';
|
||||
@override String get unknownDevice => 'Неизвестное устройство';
|
||||
@override late final _TranslationsCompanionRemoteSessionRu session = _TranslationsCompanionRemoteSessionRu._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingRu pairing = _TranslationsCompanionRemotePairingRu._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteRu remote = _TranslationsCompanionRemoteRemoteRu._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsRu errors = _TranslationsCompanionRemoteErrorsRu._(_root);
|
||||
@override late final _Translations$companionRemote$session$ru session = _Translations$companionRemote$session$ru._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$ru pairing = _Translations$companionRemote$pairing$ru._(_root);
|
||||
@override late final _Translations$companionRemote$remote$ru remote = _Translations$companionRemote$remote$ru._(_root);
|
||||
@override late final _Translations$companionRemote$errors$ru errors = _Translations$companionRemote$errors$ru._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsRu extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$ru extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1520,8 +1520,8 @@ class _TranslationsVideoSettingsRu extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayRu extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$ru extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1564,8 +1564,8 @@ class _TranslationsPerformanceOverlayRu extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerRu extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$ru extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1589,8 +1589,8 @@ class _TranslationsExternalPlayerRu extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditRu extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$ru extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1674,8 +1674,8 @@ class _TranslationsMetadataEditRu extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenRu extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$ru extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1695,8 +1695,8 @@ class _TranslationsMatchScreenRu extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksRu extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$ru extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1707,8 +1707,8 @@ class _TranslationsServerTasksRu extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktRu extends TranslationsTraktEn {
|
||||
_TranslationsTraktRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$ru extends Translations$trakt$en {
|
||||
_Translations$trakt$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1725,8 +1725,8 @@ class _TranslationsTraktRu extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrRu extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$ru extends Translations$seerr$en {
|
||||
_Translations$seerr$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1764,8 +1764,8 @@ class _TranslationsSeerrRu extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesRu extends TranslationsServicesEn {
|
||||
_TranslationsServicesRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$ru extends Translations$services$en {
|
||||
_Translations$services$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1779,15 +1779,15 @@ class _TranslationsServicesRu extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => 'Отключить ${service}?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy перестанет обновлять ${service}. Подключите снова в любое время.';
|
||||
@override String connectFailed({required Object service}) => 'Не удалось подключиться к ${service}. Попробуйте ещё раз.';
|
||||
@override late final _TranslationsServicesNamesRu names = _TranslationsServicesNamesRu._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeRu deviceCode = _TranslationsServicesDeviceCodeRu._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyRu oauthProxy = _TranslationsServicesOauthProxyRu._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterRu libraryFilter = _TranslationsServicesLibraryFilterRu._(_root);
|
||||
@override late final _Translations$services$names$ru names = _Translations$services$names$ru._(_root);
|
||||
@override late final _Translations$services$deviceCode$ru deviceCode = _Translations$services$deviceCode$ru._(_root);
|
||||
@override late final _Translations$services$oauthProxy$ru oauthProxy = _Translations$services$oauthProxy$ru._(_root);
|
||||
@override late final _Translations$services$libraryFilter$ru libraryFilter = _Translations$services$libraryFilter$ru._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerRu extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$ru extends Translations$addServer$en {
|
||||
_Translations$addServer$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1823,8 +1823,8 @@ class _TranslationsAddServerRu extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsRu extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$ru extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1857,8 +1857,8 @@ class _TranslationsHotkeysActionsRu extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsRu extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$ru extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1873,8 +1873,8 @@ class _TranslationsVideoControlsPipErrorsRu extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsRu extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$ru extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1886,8 +1886,8 @@ class _TranslationsLibrariesTabsRu extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsRu extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$ru extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1905,8 +1905,8 @@ class _TranslationsLibrariesGroupingsRu extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesRu extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$ru extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1921,8 +1921,8 @@ class _TranslationsLibrariesFilterCategoriesRu extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsRu extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$ru extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1950,8 +1950,8 @@ class _TranslationsLibrariesSortLabelsRu extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsRu extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$ru extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1973,8 +1973,8 @@ class _TranslationsExploreRowsRu extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusRu extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$ru extends Translations$explore$status$en {
|
||||
_Translations$explore$status$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -1986,8 +1986,8 @@ class _TranslationsExploreStatusRu extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionRu extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$ru extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -2006,8 +2006,8 @@ class _TranslationsCompanionRemoteSessionRu extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingRu extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$ru extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -2030,8 +2030,8 @@ class _TranslationsCompanionRemotePairingRu extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteRu extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$ru extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -2066,8 +2066,8 @@ class _TranslationsCompanionRemoteRemoteRu extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsRu extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$ru extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -2083,8 +2083,8 @@ class _TranslationsCompanionRemoteErrorsRu extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesRu extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$ru extends Translations$services$names$en {
|
||||
_Translations$services$names$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -2096,8 +2096,8 @@ class _TranslationsServicesNamesRu extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeRu extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$ru extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -2111,8 +2111,8 @@ class _TranslationsServicesDeviceCodeRu extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyRu extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$ru extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
@@ -2125,8 +2125,8 @@ class _TranslationsServicesOauthProxyRu extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterRu extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterRu._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$ru extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$ru._(TranslationsRu root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsRu _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsSv extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsSv $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsSv(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppSv app = _TranslationsAppSv._(_root);
|
||||
@override late final _TranslationsAuthSv auth = _TranslationsAuthSv._(_root);
|
||||
@override late final _TranslationsCommonSv common = _TranslationsCommonSv._(_root);
|
||||
@override late final _TranslationsScreensSv screens = _TranslationsScreensSv._(_root);
|
||||
@override late final _TranslationsUpdateSv update = _TranslationsUpdateSv._(_root);
|
||||
@override late final _TranslationsSettingsSv settings = _TranslationsSettingsSv._(_root);
|
||||
@override late final _TranslationsSearchSv search = _TranslationsSearchSv._(_root);
|
||||
@override late final _TranslationsHotkeysSv hotkeys = _TranslationsHotkeysSv._(_root);
|
||||
@override late final _TranslationsFileInfoSv fileInfo = _TranslationsFileInfoSv._(_root);
|
||||
@override late final _TranslationsMediaMenuSv mediaMenu = _TranslationsMediaMenuSv._(_root);
|
||||
@override late final _TranslationsRateSheetSv rateSheet = _TranslationsRateSheetSv._(_root);
|
||||
@override late final _TranslationsAccessibilitySv accessibility = _TranslationsAccessibilitySv._(_root);
|
||||
@override late final _TranslationsTooltipsSv tooltips = _TranslationsTooltipsSv._(_root);
|
||||
@override late final _TranslationsAudioTracksSv audioTracks = _TranslationsAudioTracksSv._(_root);
|
||||
@override late final _TranslationsVideoControlsSv videoControls = _TranslationsVideoControlsSv._(_root);
|
||||
@override late final _TranslationsMessagesSv messages = _TranslationsMessagesSv._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingSv subtitlingStyling = _TranslationsSubtitlingStylingSv._(_root);
|
||||
@override late final _TranslationsMpvConfigSv mpvConfig = _TranslationsMpvConfigSv._(_root);
|
||||
@override late final _TranslationsDialogSv dialog = _TranslationsDialogSv._(_root);
|
||||
@override late final _TranslationsProfilesSv profiles = _TranslationsProfilesSv._(_root);
|
||||
@override late final _TranslationsConnectionsSv connections = _TranslationsConnectionsSv._(_root);
|
||||
@override late final _TranslationsDiscoverSv discover = _TranslationsDiscoverSv._(_root);
|
||||
@override late final _TranslationsErrorsSv errors = _TranslationsErrorsSv._(_root);
|
||||
@override late final _TranslationsLibrariesSv libraries = _TranslationsLibrariesSv._(_root);
|
||||
@override late final _TranslationsAboutSv about = _TranslationsAboutSv._(_root);
|
||||
@override late final _TranslationsServerSelectionSv serverSelection = _TranslationsServerSelectionSv._(_root);
|
||||
@override late final _TranslationsHubDetailSv hubDetail = _TranslationsHubDetailSv._(_root);
|
||||
@override late final _TranslationsLogsSv logs = _TranslationsLogsSv._(_root);
|
||||
@override late final _TranslationsLicensesSv licenses = _TranslationsLicensesSv._(_root);
|
||||
@override late final _TranslationsNavigationSv navigation = _TranslationsNavigationSv._(_root);
|
||||
@override late final _TranslationsExploreSv explore = _TranslationsExploreSv._(_root);
|
||||
@override late final _TranslationsLiveTvSv liveTv = _TranslationsLiveTvSv._(_root);
|
||||
@override late final _TranslationsCollectionsSv collections = _TranslationsCollectionsSv._(_root);
|
||||
@override late final _TranslationsPlaylistsSv playlists = _TranslationsPlaylistsSv._(_root);
|
||||
@override late final _TranslationsMusicSv music = _TranslationsMusicSv._(_root);
|
||||
@override late final _TranslationsWatchTogetherSv watchTogether = _TranslationsWatchTogetherSv._(_root);
|
||||
@override late final _TranslationsDownloadsSv downloads = _TranslationsDownloadsSv._(_root);
|
||||
@override late final _TranslationsShadersSv shaders = _TranslationsShadersSv._(_root);
|
||||
@override late final _TranslationsCompanionRemoteSv companionRemote = _TranslationsCompanionRemoteSv._(_root);
|
||||
@override late final _TranslationsVideoSettingsSv videoSettings = _TranslationsVideoSettingsSv._(_root);
|
||||
@override late final _TranslationsPerformanceOverlaySv performanceOverlay = _TranslationsPerformanceOverlaySv._(_root);
|
||||
@override late final _TranslationsExternalPlayerSv externalPlayer = _TranslationsExternalPlayerSv._(_root);
|
||||
@override late final _TranslationsMetadataEditSv metadataEdit = _TranslationsMetadataEditSv._(_root);
|
||||
@override late final _TranslationsMatchScreenSv matchScreen = _TranslationsMatchScreenSv._(_root);
|
||||
@override late final _TranslationsServerTasksSv serverTasks = _TranslationsServerTasksSv._(_root);
|
||||
@override late final _TranslationsTraktSv trakt = _TranslationsTraktSv._(_root);
|
||||
@override late final _TranslationsSeerrSv seerr = _TranslationsSeerrSv._(_root);
|
||||
@override late final _TranslationsServicesSv services = _TranslationsServicesSv._(_root);
|
||||
@override late final _TranslationsAddServerSv addServer = _TranslationsAddServerSv._(_root);
|
||||
@override late final _Translations$app$sv app = _Translations$app$sv._(_root);
|
||||
@override late final _Translations$auth$sv auth = _Translations$auth$sv._(_root);
|
||||
@override late final _Translations$common$sv common = _Translations$common$sv._(_root);
|
||||
@override late final _Translations$screens$sv screens = _Translations$screens$sv._(_root);
|
||||
@override late final _Translations$update$sv update = _Translations$update$sv._(_root);
|
||||
@override late final _Translations$settings$sv settings = _Translations$settings$sv._(_root);
|
||||
@override late final _Translations$search$sv search = _Translations$search$sv._(_root);
|
||||
@override late final _Translations$hotkeys$sv hotkeys = _Translations$hotkeys$sv._(_root);
|
||||
@override late final _Translations$fileInfo$sv fileInfo = _Translations$fileInfo$sv._(_root);
|
||||
@override late final _Translations$mediaMenu$sv mediaMenu = _Translations$mediaMenu$sv._(_root);
|
||||
@override late final _Translations$rateSheet$sv rateSheet = _Translations$rateSheet$sv._(_root);
|
||||
@override late final _Translations$accessibility$sv accessibility = _Translations$accessibility$sv._(_root);
|
||||
@override late final _Translations$tooltips$sv tooltips = _Translations$tooltips$sv._(_root);
|
||||
@override late final _Translations$audioTracks$sv audioTracks = _Translations$audioTracks$sv._(_root);
|
||||
@override late final _Translations$videoControls$sv videoControls = _Translations$videoControls$sv._(_root);
|
||||
@override late final _Translations$messages$sv messages = _Translations$messages$sv._(_root);
|
||||
@override late final _Translations$subtitlingStyling$sv subtitlingStyling = _Translations$subtitlingStyling$sv._(_root);
|
||||
@override late final _Translations$mpvConfig$sv mpvConfig = _Translations$mpvConfig$sv._(_root);
|
||||
@override late final _Translations$dialog$sv dialog = _Translations$dialog$sv._(_root);
|
||||
@override late final _Translations$profiles$sv profiles = _Translations$profiles$sv._(_root);
|
||||
@override late final _Translations$connections$sv connections = _Translations$connections$sv._(_root);
|
||||
@override late final _Translations$discover$sv discover = _Translations$discover$sv._(_root);
|
||||
@override late final _Translations$errors$sv errors = _Translations$errors$sv._(_root);
|
||||
@override late final _Translations$libraries$sv libraries = _Translations$libraries$sv._(_root);
|
||||
@override late final _Translations$about$sv about = _Translations$about$sv._(_root);
|
||||
@override late final _Translations$serverSelection$sv serverSelection = _Translations$serverSelection$sv._(_root);
|
||||
@override late final _Translations$hubDetail$sv hubDetail = _Translations$hubDetail$sv._(_root);
|
||||
@override late final _Translations$logs$sv logs = _Translations$logs$sv._(_root);
|
||||
@override late final _Translations$licenses$sv licenses = _Translations$licenses$sv._(_root);
|
||||
@override late final _Translations$navigation$sv navigation = _Translations$navigation$sv._(_root);
|
||||
@override late final _Translations$explore$sv explore = _Translations$explore$sv._(_root);
|
||||
@override late final _Translations$liveTv$sv liveTv = _Translations$liveTv$sv._(_root);
|
||||
@override late final _Translations$collections$sv collections = _Translations$collections$sv._(_root);
|
||||
@override late final _Translations$playlists$sv playlists = _Translations$playlists$sv._(_root);
|
||||
@override late final _Translations$music$sv music = _Translations$music$sv._(_root);
|
||||
@override late final _Translations$watchTogether$sv watchTogether = _Translations$watchTogether$sv._(_root);
|
||||
@override late final _Translations$downloads$sv downloads = _Translations$downloads$sv._(_root);
|
||||
@override late final _Translations$shaders$sv shaders = _Translations$shaders$sv._(_root);
|
||||
@override late final _Translations$companionRemote$sv companionRemote = _Translations$companionRemote$sv._(_root);
|
||||
@override late final _Translations$videoSettings$sv videoSettings = _Translations$videoSettings$sv._(_root);
|
||||
@override late final _Translations$performanceOverlay$sv performanceOverlay = _Translations$performanceOverlay$sv._(_root);
|
||||
@override late final _Translations$externalPlayer$sv externalPlayer = _Translations$externalPlayer$sv._(_root);
|
||||
@override late final _Translations$metadataEdit$sv metadataEdit = _Translations$metadataEdit$sv._(_root);
|
||||
@override late final _Translations$matchScreen$sv matchScreen = _Translations$matchScreen$sv._(_root);
|
||||
@override late final _Translations$serverTasks$sv serverTasks = _Translations$serverTasks$sv._(_root);
|
||||
@override late final _Translations$trakt$sv trakt = _Translations$trakt$sv._(_root);
|
||||
@override late final _Translations$seerr$sv seerr = _Translations$seerr$sv._(_root);
|
||||
@override late final _Translations$services$sv services = _Translations$services$sv._(_root);
|
||||
@override late final _Translations$addServer$sv addServer = _Translations$addServer$sv._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppSv extends TranslationsAppEn {
|
||||
_TranslationsAppSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$sv extends Translations$app$en {
|
||||
_Translations$app$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppSv extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthSv extends TranslationsAuthEn {
|
||||
_TranslationsAuthSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$sv extends Translations$auth$en {
|
||||
_Translations$auth$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthSv extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonSv extends TranslationsCommonEn {
|
||||
_TranslationsCommonSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$sv extends Translations$common$en {
|
||||
_Translations$common$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonSv extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensSv extends TranslationsScreensEn {
|
||||
_TranslationsScreensSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$sv extends Translations$screens$en {
|
||||
_Translations$screens$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensSv extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateSv extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$sv extends Translations$update$en {
|
||||
_Translations$update$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateSv extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsSv extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$sv extends Translations$settings$en {
|
||||
_Translations$settings$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsSv extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchSv extends TranslationsSearchEn {
|
||||
_TranslationsSearchSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$sv extends Translations$search$en {
|
||||
_Translations$search$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchSv extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysSv extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$sv extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysSv extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => 'Aktuell genväg:';
|
||||
@override String get pressToRecord => 'Välj för att registrera en genväg';
|
||||
@override String get recordingShortcut => 'Tryck på genvägen nu';
|
||||
@override late final _TranslationsHotkeysActionsSv actions = _TranslationsHotkeysActionsSv._(_root);
|
||||
@override late final _Translations$hotkeys$actions$sv actions = _Translations$hotkeys$actions$sv._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoSv extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$sv extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoSv extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuSv extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$sv extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuSv extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetSv extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$sv extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetSv extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilitySv extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilitySv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$sv extends Translations$accessibility$en {
|
||||
_Translations$accessibility$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilitySv extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsSv extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$sv extends Translations$tooltips$en {
|
||||
_Translations$tooltips$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsSv extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksSv extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$sv extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksSv extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsSv extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$sv extends Translations$videoControls$en {
|
||||
_Translations$videoControls$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsSv extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => 'Bild-i-bild kunde inte starta';
|
||||
@override String get screenshotSaved => 'Skärmbild sparad';
|
||||
@override String zoomPercent({required Object percent}) => 'Zoom ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsSv pipErrors = _TranslationsVideoControlsPipErrorsSv._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$sv pipErrors = _Translations$videoControls$pipErrors$sv._(_root);
|
||||
@override String get chapters => 'Kapitel';
|
||||
@override String get noChaptersAvailable => 'Inga kapitel tillgängliga';
|
||||
@override String get queue => 'Kö';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsSv extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesSv extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$sv extends Translations$messages$en {
|
||||
_Translations$messages$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -765,8 +765,8 @@ class _TranslationsMessagesSv extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingSv extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$sv extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -795,8 +795,8 @@ class _TranslationsSubtitlingStylingSv extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigSv extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$sv extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -818,8 +818,8 @@ class _TranslationsMpvConfigSv extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogSv extends TranslationsDialogEn {
|
||||
_TranslationsDialogSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$sv extends Translations$dialog$en {
|
||||
_Translations$dialog$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -828,8 +828,8 @@ class _TranslationsDialogSv extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesSv extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$sv extends Translations$profiles$en {
|
||||
_Translations$profiles$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -897,8 +897,8 @@ class _TranslationsProfilesSv extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsSv extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$sv extends Translations$connections$en {
|
||||
_Translations$connections$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -915,8 +915,8 @@ class _TranslationsConnectionsSv extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverSv extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$sv extends Translations$discover$en {
|
||||
_Translations$discover$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -946,8 +946,8 @@ class _TranslationsDiscoverSv extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsSv extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$sv extends Translations$errors$en {
|
||||
_Translations$errors$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -966,8 +966,8 @@ class _TranslationsErrorsSv extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesSv extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sv extends Translations$libraries$en {
|
||||
_Translations$libraries$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1013,15 +1013,15 @@ class _TranslationsLibrariesSv extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => 'Inga samlingar i det här biblioteket';
|
||||
@override String get noFoldersFound => 'Inga mappar hittades';
|
||||
@override String get folders => 'mappar';
|
||||
@override late final _TranslationsLibrariesTabsSv tabs = _TranslationsLibrariesTabsSv._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsSv groupings = _TranslationsLibrariesGroupingsSv._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesSv filterCategories = _TranslationsLibrariesFilterCategoriesSv._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsSv sortLabels = _TranslationsLibrariesSortLabelsSv._(_root);
|
||||
@override late final _Translations$libraries$tabs$sv tabs = _Translations$libraries$tabs$sv._(_root);
|
||||
@override late final _Translations$libraries$groupings$sv groupings = _Translations$libraries$groupings$sv._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$sv filterCategories = _Translations$libraries$filterCategories$sv._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$sv sortLabels = _Translations$libraries$sortLabels$sv._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutSv extends TranslationsAboutEn {
|
||||
_TranslationsAboutSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$sv extends Translations$about$en {
|
||||
_Translations$about$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1034,8 +1034,8 @@ class _TranslationsAboutSv extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionSv extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$sv extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1045,8 +1045,8 @@ class _TranslationsServerSelectionSv extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailSv extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$sv extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1059,8 +1059,8 @@ class _TranslationsHubDetailSv extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsSv extends TranslationsLogsEn {
|
||||
_TranslationsLogsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$sv extends Translations$logs$en {
|
||||
_Translations$logs$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1071,8 +1071,8 @@ class _TranslationsLogsSv extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesSv extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$sv extends Translations$licenses$en {
|
||||
_Translations$licenses$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1084,8 +1084,8 @@ class _TranslationsLicensesSv extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationSv extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$sv extends Translations$navigation$en {
|
||||
_Translations$navigation$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1097,16 +1097,16 @@ class _TranslationsNavigationSv extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreSv extends TranslationsExploreEn {
|
||||
_TranslationsExploreSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$sv extends Translations$explore$en {
|
||||
_Translations$explore$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Utforska';
|
||||
@override String get selectSource => 'Välj källa';
|
||||
@override late final _TranslationsExploreRowsSv rows = _TranslationsExploreRowsSv._(_root);
|
||||
@override late final _TranslationsExploreStatusSv status = _TranslationsExploreStatusSv._(_root);
|
||||
@override late final _Translations$explore$rows$sv rows = _Translations$explore$rows$sv._(_root);
|
||||
@override late final _Translations$explore$status$sv status = _Translations$explore$status$sv._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('sv'))(n,
|
||||
one: '${n} avsnitt',
|
||||
other: '${n} avsnitt',
|
||||
@@ -1128,8 +1128,8 @@ class _TranslationsExploreSv extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvSv extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$sv extends Translations$liveTv$en {
|
||||
_Translations$liveTv$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1204,8 +1204,8 @@ class _TranslationsLiveTvSv extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsSv extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$sv extends Translations$collections$en {
|
||||
_Translations$collections$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1233,8 +1233,8 @@ class _TranslationsCollectionsSv extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsSv extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$sv extends Translations$playlists$en {
|
||||
_Translations$playlists$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1268,8 +1268,8 @@ class _TranslationsPlaylistsSv extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicSv extends TranslationsMusicEn {
|
||||
_TranslationsMusicSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$sv extends Translations$music$en {
|
||||
_Translations$music$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1302,8 +1302,8 @@ class _TranslationsMusicSv extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherSv extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$sv extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1376,8 +1376,8 @@ class _TranslationsWatchTogetherSv extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsSv extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$sv extends Translations$downloads$en {
|
||||
_Translations$downloads$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1452,8 +1452,8 @@ class _TranslationsDownloadsSv extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersSv extends TranslationsShadersEn {
|
||||
_TranslationsShadersSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$sv extends Translations$shaders$en {
|
||||
_Translations$shaders$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1476,8 +1476,8 @@ class _TranslationsShadersSv extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteSv extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$sv extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1485,15 +1485,15 @@ class _TranslationsCompanionRemoteSv extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => 'Fjärrkontroll';
|
||||
@override String connectedTo({required Object name}) => 'Ansluten till ${name}';
|
||||
@override String get unknownDevice => 'Okänd enhet';
|
||||
@override late final _TranslationsCompanionRemoteSessionSv session = _TranslationsCompanionRemoteSessionSv._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingSv pairing = _TranslationsCompanionRemotePairingSv._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteSv remote = _TranslationsCompanionRemoteRemoteSv._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsSv errors = _TranslationsCompanionRemoteErrorsSv._(_root);
|
||||
@override late final _Translations$companionRemote$session$sv session = _Translations$companionRemote$session$sv._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$sv pairing = _Translations$companionRemote$pairing$sv._(_root);
|
||||
@override late final _Translations$companionRemote$remote$sv remote = _Translations$companionRemote$remote$sv._(_root);
|
||||
@override late final _Translations$companionRemote$errors$sv errors = _Translations$companionRemote$errors$sv._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsSv extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$sv extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1514,8 +1514,8 @@ class _TranslationsVideoSettingsSv extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlaySv extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlaySv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$sv extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1558,8 +1558,8 @@ class _TranslationsPerformanceOverlaySv extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerSv extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$sv extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1583,8 +1583,8 @@ class _TranslationsExternalPlayerSv extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditSv extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$sv extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1668,8 +1668,8 @@ class _TranslationsMetadataEditSv extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenSv extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$sv extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1689,8 +1689,8 @@ class _TranslationsMatchScreenSv extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksSv extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$sv extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1701,8 +1701,8 @@ class _TranslationsServerTasksSv extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktSv extends TranslationsTraktEn {
|
||||
_TranslationsTraktSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$sv extends Translations$trakt$en {
|
||||
_Translations$trakt$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1719,8 +1719,8 @@ class _TranslationsTraktSv extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrSv extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$sv extends Translations$seerr$en {
|
||||
_Translations$seerr$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1758,8 +1758,8 @@ class _TranslationsSeerrSv extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesSv extends TranslationsServicesEn {
|
||||
_TranslationsServicesSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$sv extends Translations$services$en {
|
||||
_Translations$services$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1773,15 +1773,15 @@ class _TranslationsServicesSv extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => 'Koppla från ${service}?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy slutar uppdatera ${service}. Återanslut när som helst.';
|
||||
@override String connectFailed({required Object service}) => 'Kunde inte ansluta till ${service}. Försök igen.';
|
||||
@override late final _TranslationsServicesNamesSv names = _TranslationsServicesNamesSv._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeSv deviceCode = _TranslationsServicesDeviceCodeSv._(_root);
|
||||
@override late final _TranslationsServicesOauthProxySv oauthProxy = _TranslationsServicesOauthProxySv._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterSv libraryFilter = _TranslationsServicesLibraryFilterSv._(_root);
|
||||
@override late final _Translations$services$names$sv names = _Translations$services$names$sv._(_root);
|
||||
@override late final _Translations$services$deviceCode$sv deviceCode = _Translations$services$deviceCode$sv._(_root);
|
||||
@override late final _Translations$services$oauthProxy$sv oauthProxy = _Translations$services$oauthProxy$sv._(_root);
|
||||
@override late final _Translations$services$libraryFilter$sv libraryFilter = _Translations$services$libraryFilter$sv._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerSv extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$sv extends Translations$addServer$en {
|
||||
_Translations$addServer$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1817,8 +1817,8 @@ class _TranslationsAddServerSv extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsSv extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$sv extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1851,8 +1851,8 @@ class _TranslationsHotkeysActionsSv extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsSv extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$sv extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1867,8 +1867,8 @@ class _TranslationsVideoControlsPipErrorsSv extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsSv extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$sv extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1880,8 +1880,8 @@ class _TranslationsLibrariesTabsSv extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsSv extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$sv extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1899,8 +1899,8 @@ class _TranslationsLibrariesGroupingsSv extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesSv extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$sv extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1915,8 +1915,8 @@ class _TranslationsLibrariesFilterCategoriesSv extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsSv extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$sv extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1944,8 +1944,8 @@ class _TranslationsLibrariesSortLabelsSv extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsSv extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$sv extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1967,8 +1967,8 @@ class _TranslationsExploreRowsSv extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusSv extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$sv extends Translations$explore$status$en {
|
||||
_Translations$explore$status$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -1980,8 +1980,8 @@ class _TranslationsExploreStatusSv extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionSv extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$sv extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -2000,8 +2000,8 @@ class _TranslationsCompanionRemoteSessionSv extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingSv extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$sv extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -2024,8 +2024,8 @@ class _TranslationsCompanionRemotePairingSv extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteSv extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$sv extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -2060,8 +2060,8 @@ class _TranslationsCompanionRemoteRemoteSv extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsSv extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$sv extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -2077,8 +2077,8 @@ class _TranslationsCompanionRemoteErrorsSv extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesSv extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$sv extends Translations$services$names$en {
|
||||
_Translations$services$names$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -2090,8 +2090,8 @@ class _TranslationsServicesNamesSv extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeSv extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$sv extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -2105,8 +2105,8 @@ class _TranslationsServicesDeviceCodeSv extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxySv extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxySv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$sv extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
@@ -2119,8 +2119,8 @@ class _TranslationsServicesOauthProxySv extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterSv extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterSv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$sv extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$sv._(TranslationsSv root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsSv _root; // ignore: unused_field
|
||||
|
||||
|
||||
+195
-195
@@ -39,60 +39,60 @@ class TranslationsZh extends Translations with BaseTranslations<AppLocale, Trans
|
||||
TranslationsZh $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsZh(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _TranslationsAppZh app = _TranslationsAppZh._(_root);
|
||||
@override late final _TranslationsAuthZh auth = _TranslationsAuthZh._(_root);
|
||||
@override late final _TranslationsCommonZh common = _TranslationsCommonZh._(_root);
|
||||
@override late final _TranslationsScreensZh screens = _TranslationsScreensZh._(_root);
|
||||
@override late final _TranslationsUpdateZh update = _TranslationsUpdateZh._(_root);
|
||||
@override late final _TranslationsSettingsZh settings = _TranslationsSettingsZh._(_root);
|
||||
@override late final _TranslationsSearchZh search = _TranslationsSearchZh._(_root);
|
||||
@override late final _TranslationsHotkeysZh hotkeys = _TranslationsHotkeysZh._(_root);
|
||||
@override late final _TranslationsFileInfoZh fileInfo = _TranslationsFileInfoZh._(_root);
|
||||
@override late final _TranslationsMediaMenuZh mediaMenu = _TranslationsMediaMenuZh._(_root);
|
||||
@override late final _TranslationsRateSheetZh rateSheet = _TranslationsRateSheetZh._(_root);
|
||||
@override late final _TranslationsAccessibilityZh accessibility = _TranslationsAccessibilityZh._(_root);
|
||||
@override late final _TranslationsTooltipsZh tooltips = _TranslationsTooltipsZh._(_root);
|
||||
@override late final _TranslationsAudioTracksZh audioTracks = _TranslationsAudioTracksZh._(_root);
|
||||
@override late final _TranslationsVideoControlsZh videoControls = _TranslationsVideoControlsZh._(_root);
|
||||
@override late final _TranslationsMessagesZh messages = _TranslationsMessagesZh._(_root);
|
||||
@override late final _TranslationsSubtitlingStylingZh subtitlingStyling = _TranslationsSubtitlingStylingZh._(_root);
|
||||
@override late final _TranslationsMpvConfigZh mpvConfig = _TranslationsMpvConfigZh._(_root);
|
||||
@override late final _TranslationsDialogZh dialog = _TranslationsDialogZh._(_root);
|
||||
@override late final _TranslationsProfilesZh profiles = _TranslationsProfilesZh._(_root);
|
||||
@override late final _TranslationsConnectionsZh connections = _TranslationsConnectionsZh._(_root);
|
||||
@override late final _TranslationsDiscoverZh discover = _TranslationsDiscoverZh._(_root);
|
||||
@override late final _TranslationsErrorsZh errors = _TranslationsErrorsZh._(_root);
|
||||
@override late final _TranslationsLibrariesZh libraries = _TranslationsLibrariesZh._(_root);
|
||||
@override late final _TranslationsAboutZh about = _TranslationsAboutZh._(_root);
|
||||
@override late final _TranslationsServerSelectionZh serverSelection = _TranslationsServerSelectionZh._(_root);
|
||||
@override late final _TranslationsHubDetailZh hubDetail = _TranslationsHubDetailZh._(_root);
|
||||
@override late final _TranslationsLogsZh logs = _TranslationsLogsZh._(_root);
|
||||
@override late final _TranslationsLicensesZh licenses = _TranslationsLicensesZh._(_root);
|
||||
@override late final _TranslationsNavigationZh navigation = _TranslationsNavigationZh._(_root);
|
||||
@override late final _TranslationsExploreZh explore = _TranslationsExploreZh._(_root);
|
||||
@override late final _TranslationsLiveTvZh liveTv = _TranslationsLiveTvZh._(_root);
|
||||
@override late final _TranslationsCollectionsZh collections = _TranslationsCollectionsZh._(_root);
|
||||
@override late final _TranslationsPlaylistsZh playlists = _TranslationsPlaylistsZh._(_root);
|
||||
@override late final _TranslationsMusicZh music = _TranslationsMusicZh._(_root);
|
||||
@override late final _TranslationsWatchTogetherZh watchTogether = _TranslationsWatchTogetherZh._(_root);
|
||||
@override late final _TranslationsDownloadsZh downloads = _TranslationsDownloadsZh._(_root);
|
||||
@override late final _TranslationsShadersZh shaders = _TranslationsShadersZh._(_root);
|
||||
@override late final _TranslationsCompanionRemoteZh companionRemote = _TranslationsCompanionRemoteZh._(_root);
|
||||
@override late final _TranslationsVideoSettingsZh videoSettings = _TranslationsVideoSettingsZh._(_root);
|
||||
@override late final _TranslationsPerformanceOverlayZh performanceOverlay = _TranslationsPerformanceOverlayZh._(_root);
|
||||
@override late final _TranslationsExternalPlayerZh externalPlayer = _TranslationsExternalPlayerZh._(_root);
|
||||
@override late final _TranslationsMetadataEditZh metadataEdit = _TranslationsMetadataEditZh._(_root);
|
||||
@override late final _TranslationsMatchScreenZh matchScreen = _TranslationsMatchScreenZh._(_root);
|
||||
@override late final _TranslationsServerTasksZh serverTasks = _TranslationsServerTasksZh._(_root);
|
||||
@override late final _TranslationsTraktZh trakt = _TranslationsTraktZh._(_root);
|
||||
@override late final _TranslationsSeerrZh seerr = _TranslationsSeerrZh._(_root);
|
||||
@override late final _TranslationsServicesZh services = _TranslationsServicesZh._(_root);
|
||||
@override late final _TranslationsAddServerZh addServer = _TranslationsAddServerZh._(_root);
|
||||
@override late final _Translations$app$zh app = _Translations$app$zh._(_root);
|
||||
@override late final _Translations$auth$zh auth = _Translations$auth$zh._(_root);
|
||||
@override late final _Translations$common$zh common = _Translations$common$zh._(_root);
|
||||
@override late final _Translations$screens$zh screens = _Translations$screens$zh._(_root);
|
||||
@override late final _Translations$update$zh update = _Translations$update$zh._(_root);
|
||||
@override late final _Translations$settings$zh settings = _Translations$settings$zh._(_root);
|
||||
@override late final _Translations$search$zh search = _Translations$search$zh._(_root);
|
||||
@override late final _Translations$hotkeys$zh hotkeys = _Translations$hotkeys$zh._(_root);
|
||||
@override late final _Translations$fileInfo$zh fileInfo = _Translations$fileInfo$zh._(_root);
|
||||
@override late final _Translations$mediaMenu$zh mediaMenu = _Translations$mediaMenu$zh._(_root);
|
||||
@override late final _Translations$rateSheet$zh rateSheet = _Translations$rateSheet$zh._(_root);
|
||||
@override late final _Translations$accessibility$zh accessibility = _Translations$accessibility$zh._(_root);
|
||||
@override late final _Translations$tooltips$zh tooltips = _Translations$tooltips$zh._(_root);
|
||||
@override late final _Translations$audioTracks$zh audioTracks = _Translations$audioTracks$zh._(_root);
|
||||
@override late final _Translations$videoControls$zh videoControls = _Translations$videoControls$zh._(_root);
|
||||
@override late final _Translations$messages$zh messages = _Translations$messages$zh._(_root);
|
||||
@override late final _Translations$subtitlingStyling$zh subtitlingStyling = _Translations$subtitlingStyling$zh._(_root);
|
||||
@override late final _Translations$mpvConfig$zh mpvConfig = _Translations$mpvConfig$zh._(_root);
|
||||
@override late final _Translations$dialog$zh dialog = _Translations$dialog$zh._(_root);
|
||||
@override late final _Translations$profiles$zh profiles = _Translations$profiles$zh._(_root);
|
||||
@override late final _Translations$connections$zh connections = _Translations$connections$zh._(_root);
|
||||
@override late final _Translations$discover$zh discover = _Translations$discover$zh._(_root);
|
||||
@override late final _Translations$errors$zh errors = _Translations$errors$zh._(_root);
|
||||
@override late final _Translations$libraries$zh libraries = _Translations$libraries$zh._(_root);
|
||||
@override late final _Translations$about$zh about = _Translations$about$zh._(_root);
|
||||
@override late final _Translations$serverSelection$zh serverSelection = _Translations$serverSelection$zh._(_root);
|
||||
@override late final _Translations$hubDetail$zh hubDetail = _Translations$hubDetail$zh._(_root);
|
||||
@override late final _Translations$logs$zh logs = _Translations$logs$zh._(_root);
|
||||
@override late final _Translations$licenses$zh licenses = _Translations$licenses$zh._(_root);
|
||||
@override late final _Translations$navigation$zh navigation = _Translations$navigation$zh._(_root);
|
||||
@override late final _Translations$explore$zh explore = _Translations$explore$zh._(_root);
|
||||
@override late final _Translations$liveTv$zh liveTv = _Translations$liveTv$zh._(_root);
|
||||
@override late final _Translations$collections$zh collections = _Translations$collections$zh._(_root);
|
||||
@override late final _Translations$playlists$zh playlists = _Translations$playlists$zh._(_root);
|
||||
@override late final _Translations$music$zh music = _Translations$music$zh._(_root);
|
||||
@override late final _Translations$watchTogether$zh watchTogether = _Translations$watchTogether$zh._(_root);
|
||||
@override late final _Translations$downloads$zh downloads = _Translations$downloads$zh._(_root);
|
||||
@override late final _Translations$shaders$zh shaders = _Translations$shaders$zh._(_root);
|
||||
@override late final _Translations$companionRemote$zh companionRemote = _Translations$companionRemote$zh._(_root);
|
||||
@override late final _Translations$videoSettings$zh videoSettings = _Translations$videoSettings$zh._(_root);
|
||||
@override late final _Translations$performanceOverlay$zh performanceOverlay = _Translations$performanceOverlay$zh._(_root);
|
||||
@override late final _Translations$externalPlayer$zh externalPlayer = _Translations$externalPlayer$zh._(_root);
|
||||
@override late final _Translations$metadataEdit$zh metadataEdit = _Translations$metadataEdit$zh._(_root);
|
||||
@override late final _Translations$matchScreen$zh matchScreen = _Translations$matchScreen$zh._(_root);
|
||||
@override late final _Translations$serverTasks$zh serverTasks = _Translations$serverTasks$zh._(_root);
|
||||
@override late final _Translations$trakt$zh trakt = _Translations$trakt$zh._(_root);
|
||||
@override late final _Translations$seerr$zh seerr = _Translations$seerr$zh._(_root);
|
||||
@override late final _Translations$services$zh services = _Translations$services$zh._(_root);
|
||||
@override late final _Translations$addServer$zh addServer = _Translations$addServer$zh._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
class _TranslationsAppZh extends TranslationsAppEn {
|
||||
_TranslationsAppZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$app$zh extends Translations$app$en {
|
||||
_Translations$app$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -101,8 +101,8 @@ class _TranslationsAppZh extends TranslationsAppEn {
|
||||
}
|
||||
|
||||
// Path: auth
|
||||
class _TranslationsAuthZh extends TranslationsAuthEn {
|
||||
_TranslationsAuthZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$auth$zh extends Translations$auth$en {
|
||||
_Translations$auth$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -125,8 +125,8 @@ class _TranslationsAuthZh extends TranslationsAuthEn {
|
||||
}
|
||||
|
||||
// Path: common
|
||||
class _TranslationsCommonZh extends TranslationsCommonEn {
|
||||
_TranslationsCommonZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$common$zh extends Translations$common$en {
|
||||
_Translations$common$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -179,8 +179,8 @@ class _TranslationsCommonZh extends TranslationsCommonEn {
|
||||
}
|
||||
|
||||
// Path: screens
|
||||
class _TranslationsScreensZh extends TranslationsScreensEn {
|
||||
_TranslationsScreensZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$screens$zh extends Translations$screens$en {
|
||||
_Translations$screens$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -193,8 +193,8 @@ class _TranslationsScreensZh extends TranslationsScreensEn {
|
||||
}
|
||||
|
||||
// Path: update
|
||||
class _TranslationsUpdateZh extends TranslationsUpdateEn {
|
||||
_TranslationsUpdateZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$update$zh extends Translations$update$en {
|
||||
_Translations$update$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -209,8 +209,8 @@ class _TranslationsUpdateZh extends TranslationsUpdateEn {
|
||||
}
|
||||
|
||||
// Path: settings
|
||||
class _TranslationsSettingsZh extends TranslationsSettingsEn {
|
||||
_TranslationsSettingsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$settings$zh extends Translations$settings$en {
|
||||
_Translations$settings$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -461,8 +461,8 @@ class _TranslationsSettingsZh extends TranslationsSettingsEn {
|
||||
}
|
||||
|
||||
// Path: search
|
||||
class _TranslationsSearchZh extends TranslationsSearchEn {
|
||||
_TranslationsSearchZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$search$zh extends Translations$search$en {
|
||||
_Translations$search$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -474,8 +474,8 @@ class _TranslationsSearchZh extends TranslationsSearchEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys
|
||||
class _TranslationsHotkeysZh extends TranslationsHotkeysEn {
|
||||
_TranslationsHotkeysZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$zh extends Translations$hotkeys$en {
|
||||
_Translations$hotkeys$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -486,12 +486,12 @@ class _TranslationsHotkeysZh extends TranslationsHotkeysEn {
|
||||
@override String get currentShortcut => '当前快捷键:';
|
||||
@override String get pressToRecord => '选择以录制快捷键';
|
||||
@override String get recordingShortcut => '现在请按下快捷键';
|
||||
@override late final _TranslationsHotkeysActionsZh actions = _TranslationsHotkeysActionsZh._(_root);
|
||||
@override late final _Translations$hotkeys$actions$zh actions = _Translations$hotkeys$actions$zh._(_root);
|
||||
}
|
||||
|
||||
// Path: fileInfo
|
||||
class _TranslationsFileInfoZh extends TranslationsFileInfoEn {
|
||||
_TranslationsFileInfoZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$fileInfo$zh extends Translations$fileInfo$en {
|
||||
_Translations$fileInfo$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -524,8 +524,8 @@ class _TranslationsFileInfoZh extends TranslationsFileInfoEn {
|
||||
}
|
||||
|
||||
// Path: mediaMenu
|
||||
class _TranslationsMediaMenuZh extends TranslationsMediaMenuEn {
|
||||
_TranslationsMediaMenuZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$mediaMenu$zh extends Translations$mediaMenu$en {
|
||||
_Translations$mediaMenu$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -549,8 +549,8 @@ class _TranslationsMediaMenuZh extends TranslationsMediaMenuEn {
|
||||
}
|
||||
|
||||
// Path: rateSheet
|
||||
class _TranslationsRateSheetZh extends TranslationsRateSheetEn {
|
||||
_TranslationsRateSheetZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$rateSheet$zh extends Translations$rateSheet$en {
|
||||
_Translations$rateSheet$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -565,8 +565,8 @@ class _TranslationsRateSheetZh extends TranslationsRateSheetEn {
|
||||
}
|
||||
|
||||
// Path: accessibility
|
||||
class _TranslationsAccessibilityZh extends TranslationsAccessibilityEn {
|
||||
_TranslationsAccessibilityZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$accessibility$zh extends Translations$accessibility$en {
|
||||
_Translations$accessibility$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -596,8 +596,8 @@ class _TranslationsAccessibilityZh extends TranslationsAccessibilityEn {
|
||||
}
|
||||
|
||||
// Path: tooltips
|
||||
class _TranslationsTooltipsZh extends TranslationsTooltipsEn {
|
||||
_TranslationsTooltipsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$tooltips$zh extends Translations$tooltips$en {
|
||||
_Translations$tooltips$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -609,8 +609,8 @@ class _TranslationsTooltipsZh extends TranslationsTooltipsEn {
|
||||
}
|
||||
|
||||
// Path: audioTracks
|
||||
class _TranslationsAudioTracksZh extends TranslationsAudioTracksEn {
|
||||
_TranslationsAudioTracksZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$audioTracks$zh extends Translations$audioTracks$en {
|
||||
_Translations$audioTracks$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -619,8 +619,8 @@ class _TranslationsAudioTracksZh extends TranslationsAudioTracksEn {
|
||||
}
|
||||
|
||||
// Path: videoControls
|
||||
class _TranslationsVideoControlsZh extends TranslationsVideoControlsEn {
|
||||
_TranslationsVideoControlsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$zh extends Translations$videoControls$en {
|
||||
_Translations$videoControls$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -686,7 +686,7 @@ class _TranslationsVideoControlsZh extends TranslationsVideoControlsEn {
|
||||
@override String get pipFailed => '画中画启动失败';
|
||||
@override String get screenshotSaved => '截图已保存';
|
||||
@override String zoomPercent({required Object percent}) => '缩放 ${percent}%';
|
||||
@override late final _TranslationsVideoControlsPipErrorsZh pipErrors = _TranslationsVideoControlsPipErrorsZh._(_root);
|
||||
@override late final _Translations$videoControls$pipErrors$zh pipErrors = _Translations$videoControls$pipErrors$zh._(_root);
|
||||
@override String get chapters => '章节';
|
||||
@override String get noChaptersAvailable => '没有可用的章节';
|
||||
@override String get queue => '播放队列';
|
||||
@@ -704,8 +704,8 @@ class _TranslationsVideoControlsZh extends TranslationsVideoControlsEn {
|
||||
}
|
||||
|
||||
// Path: messages
|
||||
class _TranslationsMessagesZh extends TranslationsMessagesEn {
|
||||
_TranslationsMessagesZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$messages$zh extends Translations$messages$en {
|
||||
_Translations$messages$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -764,8 +764,8 @@ class _TranslationsMessagesZh extends TranslationsMessagesEn {
|
||||
}
|
||||
|
||||
// Path: subtitlingStyling
|
||||
class _TranslationsSubtitlingStylingZh extends TranslationsSubtitlingStylingEn {
|
||||
_TranslationsSubtitlingStylingZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$subtitlingStyling$zh extends Translations$subtitlingStyling$en {
|
||||
_Translations$subtitlingStyling$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -794,8 +794,8 @@ class _TranslationsSubtitlingStylingZh extends TranslationsSubtitlingStylingEn {
|
||||
}
|
||||
|
||||
// Path: mpvConfig
|
||||
class _TranslationsMpvConfigZh extends TranslationsMpvConfigEn {
|
||||
_TranslationsMpvConfigZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$mpvConfig$zh extends Translations$mpvConfig$en {
|
||||
_Translations$mpvConfig$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -817,8 +817,8 @@ class _TranslationsMpvConfigZh extends TranslationsMpvConfigEn {
|
||||
}
|
||||
|
||||
// Path: dialog
|
||||
class _TranslationsDialogZh extends TranslationsDialogEn {
|
||||
_TranslationsDialogZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$dialog$zh extends Translations$dialog$en {
|
||||
_Translations$dialog$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -827,8 +827,8 @@ class _TranslationsDialogZh extends TranslationsDialogEn {
|
||||
}
|
||||
|
||||
// Path: profiles
|
||||
class _TranslationsProfilesZh extends TranslationsProfilesEn {
|
||||
_TranslationsProfilesZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$profiles$zh extends Translations$profiles$en {
|
||||
_Translations$profiles$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -896,8 +896,8 @@ class _TranslationsProfilesZh extends TranslationsProfilesEn {
|
||||
}
|
||||
|
||||
// Path: connections
|
||||
class _TranslationsConnectionsZh extends TranslationsConnectionsEn {
|
||||
_TranslationsConnectionsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$connections$zh extends Translations$connections$en {
|
||||
_Translations$connections$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -914,8 +914,8 @@ class _TranslationsConnectionsZh extends TranslationsConnectionsEn {
|
||||
}
|
||||
|
||||
// Path: discover
|
||||
class _TranslationsDiscoverZh extends TranslationsDiscoverEn {
|
||||
_TranslationsDiscoverZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$discover$zh extends Translations$discover$en {
|
||||
_Translations$discover$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -945,8 +945,8 @@ class _TranslationsDiscoverZh extends TranslationsDiscoverEn {
|
||||
}
|
||||
|
||||
// Path: errors
|
||||
class _TranslationsErrorsZh extends TranslationsErrorsEn {
|
||||
_TranslationsErrorsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$errors$zh extends Translations$errors$en {
|
||||
_Translations$errors$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -965,8 +965,8 @@ class _TranslationsErrorsZh extends TranslationsErrorsEn {
|
||||
}
|
||||
|
||||
// Path: libraries
|
||||
class _TranslationsLibrariesZh extends TranslationsLibrariesEn {
|
||||
_TranslationsLibrariesZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$zh extends Translations$libraries$en {
|
||||
_Translations$libraries$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1012,15 +1012,15 @@ class _TranslationsLibrariesZh extends TranslationsLibrariesEn {
|
||||
@override String get noCollections => '此媒体库中没有合集';
|
||||
@override String get noFoldersFound => '未找到文件夹';
|
||||
@override String get folders => '文件夹';
|
||||
@override late final _TranslationsLibrariesTabsZh tabs = _TranslationsLibrariesTabsZh._(_root);
|
||||
@override late final _TranslationsLibrariesGroupingsZh groupings = _TranslationsLibrariesGroupingsZh._(_root);
|
||||
@override late final _TranslationsLibrariesFilterCategoriesZh filterCategories = _TranslationsLibrariesFilterCategoriesZh._(_root);
|
||||
@override late final _TranslationsLibrariesSortLabelsZh sortLabels = _TranslationsLibrariesSortLabelsZh._(_root);
|
||||
@override late final _Translations$libraries$tabs$zh tabs = _Translations$libraries$tabs$zh._(_root);
|
||||
@override late final _Translations$libraries$groupings$zh groupings = _Translations$libraries$groupings$zh._(_root);
|
||||
@override late final _Translations$libraries$filterCategories$zh filterCategories = _Translations$libraries$filterCategories$zh._(_root);
|
||||
@override late final _Translations$libraries$sortLabels$zh sortLabels = _Translations$libraries$sortLabels$zh._(_root);
|
||||
}
|
||||
|
||||
// Path: about
|
||||
class _TranslationsAboutZh extends TranslationsAboutEn {
|
||||
_TranslationsAboutZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$about$zh extends Translations$about$en {
|
||||
_Translations$about$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1033,8 +1033,8 @@ class _TranslationsAboutZh extends TranslationsAboutEn {
|
||||
}
|
||||
|
||||
// Path: serverSelection
|
||||
class _TranslationsServerSelectionZh extends TranslationsServerSelectionEn {
|
||||
_TranslationsServerSelectionZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverSelection$zh extends Translations$serverSelection$en {
|
||||
_Translations$serverSelection$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1044,8 +1044,8 @@ class _TranslationsServerSelectionZh extends TranslationsServerSelectionEn {
|
||||
}
|
||||
|
||||
// Path: hubDetail
|
||||
class _TranslationsHubDetailZh extends TranslationsHubDetailEn {
|
||||
_TranslationsHubDetailZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$hubDetail$zh extends Translations$hubDetail$en {
|
||||
_Translations$hubDetail$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1058,8 +1058,8 @@ class _TranslationsHubDetailZh extends TranslationsHubDetailEn {
|
||||
}
|
||||
|
||||
// Path: logs
|
||||
class _TranslationsLogsZh extends TranslationsLogsEn {
|
||||
_TranslationsLogsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$logs$zh extends Translations$logs$en {
|
||||
_Translations$logs$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1070,8 +1070,8 @@ class _TranslationsLogsZh extends TranslationsLogsEn {
|
||||
}
|
||||
|
||||
// Path: licenses
|
||||
class _TranslationsLicensesZh extends TranslationsLicensesEn {
|
||||
_TranslationsLicensesZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$licenses$zh extends Translations$licenses$en {
|
||||
_Translations$licenses$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1083,8 +1083,8 @@ class _TranslationsLicensesZh extends TranslationsLicensesEn {
|
||||
}
|
||||
|
||||
// Path: navigation
|
||||
class _TranslationsNavigationZh extends TranslationsNavigationEn {
|
||||
_TranslationsNavigationZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$navigation$zh extends Translations$navigation$en {
|
||||
_Translations$navigation$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1096,16 +1096,16 @@ class _TranslationsNavigationZh extends TranslationsNavigationEn {
|
||||
}
|
||||
|
||||
// Path: explore
|
||||
class _TranslationsExploreZh extends TranslationsExploreEn {
|
||||
_TranslationsExploreZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$zh extends Translations$explore$en {
|
||||
_Translations$explore$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => '探索';
|
||||
@override String get selectSource => '选择来源';
|
||||
@override late final _TranslationsExploreRowsZh rows = _TranslationsExploreRowsZh._(_root);
|
||||
@override late final _TranslationsExploreStatusZh status = _TranslationsExploreStatusZh._(_root);
|
||||
@override late final _Translations$explore$rows$zh rows = _Translations$explore$rows$zh._(_root);
|
||||
@override late final _Translations$explore$status$zh status = _Translations$explore$status$zh._(_root);
|
||||
@override String episodeCount({required num n}) => (_root.$meta.cardinalResolver ?? PluralResolvers.cardinal('zh'))(n,
|
||||
other: '${n} 集',
|
||||
);
|
||||
@@ -1126,8 +1126,8 @@ class _TranslationsExploreZh extends TranslationsExploreEn {
|
||||
}
|
||||
|
||||
// Path: liveTv
|
||||
class _TranslationsLiveTvZh extends TranslationsLiveTvEn {
|
||||
_TranslationsLiveTvZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$liveTv$zh extends Translations$liveTv$en {
|
||||
_Translations$liveTv$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1202,8 +1202,8 @@ class _TranslationsLiveTvZh extends TranslationsLiveTvEn {
|
||||
}
|
||||
|
||||
// Path: collections
|
||||
class _TranslationsCollectionsZh extends TranslationsCollectionsEn {
|
||||
_TranslationsCollectionsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$collections$zh extends Translations$collections$en {
|
||||
_Translations$collections$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1231,8 +1231,8 @@ class _TranslationsCollectionsZh extends TranslationsCollectionsEn {
|
||||
}
|
||||
|
||||
// Path: playlists
|
||||
class _TranslationsPlaylistsZh extends TranslationsPlaylistsEn {
|
||||
_TranslationsPlaylistsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$playlists$zh extends Translations$playlists$en {
|
||||
_Translations$playlists$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1266,8 +1266,8 @@ class _TranslationsPlaylistsZh extends TranslationsPlaylistsEn {
|
||||
}
|
||||
|
||||
// Path: music
|
||||
class _TranslationsMusicZh extends TranslationsMusicEn {
|
||||
_TranslationsMusicZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$music$zh extends Translations$music$en {
|
||||
_Translations$music$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1299,8 +1299,8 @@ class _TranslationsMusicZh extends TranslationsMusicEn {
|
||||
}
|
||||
|
||||
// Path: watchTogether
|
||||
class _TranslationsWatchTogetherZh extends TranslationsWatchTogetherEn {
|
||||
_TranslationsWatchTogetherZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$watchTogether$zh extends Translations$watchTogether$en {
|
||||
_Translations$watchTogether$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1373,8 +1373,8 @@ class _TranslationsWatchTogetherZh extends TranslationsWatchTogetherEn {
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
class _TranslationsDownloadsZh extends TranslationsDownloadsEn {
|
||||
_TranslationsDownloadsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$downloads$zh extends Translations$downloads$en {
|
||||
_Translations$downloads$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1449,8 +1449,8 @@ class _TranslationsDownloadsZh extends TranslationsDownloadsEn {
|
||||
}
|
||||
|
||||
// Path: shaders
|
||||
class _TranslationsShadersZh extends TranslationsShadersEn {
|
||||
_TranslationsShadersZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$shaders$zh extends Translations$shaders$en {
|
||||
_Translations$shaders$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1473,8 +1473,8 @@ class _TranslationsShadersZh extends TranslationsShadersEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote
|
||||
class _TranslationsCompanionRemoteZh extends TranslationsCompanionRemoteEn {
|
||||
_TranslationsCompanionRemoteZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$zh extends Translations$companionRemote$en {
|
||||
_Translations$companionRemote$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1482,15 +1482,15 @@ class _TranslationsCompanionRemoteZh extends TranslationsCompanionRemoteEn {
|
||||
@override String get title => '伴侣遥控';
|
||||
@override String connectedTo({required Object name}) => '已连接到 ${name}';
|
||||
@override String get unknownDevice => '未知设备';
|
||||
@override late final _TranslationsCompanionRemoteSessionZh session = _TranslationsCompanionRemoteSessionZh._(_root);
|
||||
@override late final _TranslationsCompanionRemotePairingZh pairing = _TranslationsCompanionRemotePairingZh._(_root);
|
||||
@override late final _TranslationsCompanionRemoteRemoteZh remote = _TranslationsCompanionRemoteRemoteZh._(_root);
|
||||
@override late final _TranslationsCompanionRemoteErrorsZh errors = _TranslationsCompanionRemoteErrorsZh._(_root);
|
||||
@override late final _Translations$companionRemote$session$zh session = _Translations$companionRemote$session$zh._(_root);
|
||||
@override late final _Translations$companionRemote$pairing$zh pairing = _Translations$companionRemote$pairing$zh._(_root);
|
||||
@override late final _Translations$companionRemote$remote$zh remote = _Translations$companionRemote$remote$zh._(_root);
|
||||
@override late final _Translations$companionRemote$errors$zh errors = _Translations$companionRemote$errors$zh._(_root);
|
||||
}
|
||||
|
||||
// Path: videoSettings
|
||||
class _TranslationsVideoSettingsZh extends TranslationsVideoSettingsEn {
|
||||
_TranslationsVideoSettingsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoSettings$zh extends Translations$videoSettings$en {
|
||||
_Translations$videoSettings$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1511,8 +1511,8 @@ class _TranslationsVideoSettingsZh extends TranslationsVideoSettingsEn {
|
||||
}
|
||||
|
||||
// Path: performanceOverlay
|
||||
class _TranslationsPerformanceOverlayZh extends TranslationsPerformanceOverlayEn {
|
||||
_TranslationsPerformanceOverlayZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$performanceOverlay$zh extends Translations$performanceOverlay$en {
|
||||
_Translations$performanceOverlay$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1555,8 +1555,8 @@ class _TranslationsPerformanceOverlayZh extends TranslationsPerformanceOverlayEn
|
||||
}
|
||||
|
||||
// Path: externalPlayer
|
||||
class _TranslationsExternalPlayerZh extends TranslationsExternalPlayerEn {
|
||||
_TranslationsExternalPlayerZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$externalPlayer$zh extends Translations$externalPlayer$en {
|
||||
_Translations$externalPlayer$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1580,8 +1580,8 @@ class _TranslationsExternalPlayerZh extends TranslationsExternalPlayerEn {
|
||||
}
|
||||
|
||||
// Path: metadataEdit
|
||||
class _TranslationsMetadataEditZh extends TranslationsMetadataEditEn {
|
||||
_TranslationsMetadataEditZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$metadataEdit$zh extends Translations$metadataEdit$en {
|
||||
_Translations$metadataEdit$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1665,8 +1665,8 @@ class _TranslationsMetadataEditZh extends TranslationsMetadataEditEn {
|
||||
}
|
||||
|
||||
// Path: matchScreen
|
||||
class _TranslationsMatchScreenZh extends TranslationsMatchScreenEn {
|
||||
_TranslationsMatchScreenZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$matchScreen$zh extends Translations$matchScreen$en {
|
||||
_Translations$matchScreen$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1686,8 +1686,8 @@ class _TranslationsMatchScreenZh extends TranslationsMatchScreenEn {
|
||||
}
|
||||
|
||||
// Path: serverTasks
|
||||
class _TranslationsServerTasksZh extends TranslationsServerTasksEn {
|
||||
_TranslationsServerTasksZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$serverTasks$zh extends Translations$serverTasks$en {
|
||||
_Translations$serverTasks$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1698,8 +1698,8 @@ class _TranslationsServerTasksZh extends TranslationsServerTasksEn {
|
||||
}
|
||||
|
||||
// Path: trakt
|
||||
class _TranslationsTraktZh extends TranslationsTraktEn {
|
||||
_TranslationsTraktZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$trakt$zh extends Translations$trakt$en {
|
||||
_Translations$trakt$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1716,8 +1716,8 @@ class _TranslationsTraktZh extends TranslationsTraktEn {
|
||||
}
|
||||
|
||||
// Path: seerr
|
||||
class _TranslationsSeerrZh extends TranslationsSeerrEn {
|
||||
_TranslationsSeerrZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$seerr$zh extends Translations$seerr$en {
|
||||
_Translations$seerr$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1755,8 +1755,8 @@ class _TranslationsSeerrZh extends TranslationsSeerrEn {
|
||||
}
|
||||
|
||||
// Path: services
|
||||
class _TranslationsServicesZh extends TranslationsServicesEn {
|
||||
_TranslationsServicesZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$zh extends Translations$services$en {
|
||||
_Translations$services$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1770,15 +1770,15 @@ class _TranslationsServicesZh extends TranslationsServicesEn {
|
||||
@override String disconnectConfirm({required Object service}) => '断开 ${service} 连接?';
|
||||
@override String disconnectConfirmBody({required Object service}) => 'Plezy 将停止更新 ${service}。可随时重新连接。';
|
||||
@override String connectFailed({required Object service}) => '无法连接到 ${service}。请重试。';
|
||||
@override late final _TranslationsServicesNamesZh names = _TranslationsServicesNamesZh._(_root);
|
||||
@override late final _TranslationsServicesDeviceCodeZh deviceCode = _TranslationsServicesDeviceCodeZh._(_root);
|
||||
@override late final _TranslationsServicesOauthProxyZh oauthProxy = _TranslationsServicesOauthProxyZh._(_root);
|
||||
@override late final _TranslationsServicesLibraryFilterZh libraryFilter = _TranslationsServicesLibraryFilterZh._(_root);
|
||||
@override late final _Translations$services$names$zh names = _Translations$services$names$zh._(_root);
|
||||
@override late final _Translations$services$deviceCode$zh deviceCode = _Translations$services$deviceCode$zh._(_root);
|
||||
@override late final _Translations$services$oauthProxy$zh oauthProxy = _Translations$services$oauthProxy$zh._(_root);
|
||||
@override late final _Translations$services$libraryFilter$zh libraryFilter = _Translations$services$libraryFilter$zh._(_root);
|
||||
}
|
||||
|
||||
// Path: addServer
|
||||
class _TranslationsAddServerZh extends TranslationsAddServerEn {
|
||||
_TranslationsAddServerZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$addServer$zh extends Translations$addServer$en {
|
||||
_Translations$addServer$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1814,8 +1814,8 @@ class _TranslationsAddServerZh extends TranslationsAddServerEn {
|
||||
}
|
||||
|
||||
// Path: hotkeys.actions
|
||||
class _TranslationsHotkeysActionsZh extends TranslationsHotkeysActionsEn {
|
||||
_TranslationsHotkeysActionsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$hotkeys$actions$zh extends Translations$hotkeys$actions$en {
|
||||
_Translations$hotkeys$actions$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1848,8 +1848,8 @@ class _TranslationsHotkeysActionsZh extends TranslationsHotkeysActionsEn {
|
||||
}
|
||||
|
||||
// Path: videoControls.pipErrors
|
||||
class _TranslationsVideoControlsPipErrorsZh extends TranslationsVideoControlsPipErrorsEn {
|
||||
_TranslationsVideoControlsPipErrorsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$videoControls$pipErrors$zh extends Translations$videoControls$pipErrors$en {
|
||||
_Translations$videoControls$pipErrors$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1864,8 +1864,8 @@ class _TranslationsVideoControlsPipErrorsZh extends TranslationsVideoControlsPip
|
||||
}
|
||||
|
||||
// Path: libraries.tabs
|
||||
class _TranslationsLibrariesTabsZh extends TranslationsLibrariesTabsEn {
|
||||
_TranslationsLibrariesTabsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$tabs$zh extends Translations$libraries$tabs$en {
|
||||
_Translations$libraries$tabs$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1877,8 +1877,8 @@ class _TranslationsLibrariesTabsZh extends TranslationsLibrariesTabsEn {
|
||||
}
|
||||
|
||||
// Path: libraries.groupings
|
||||
class _TranslationsLibrariesGroupingsZh extends TranslationsLibrariesGroupingsEn {
|
||||
_TranslationsLibrariesGroupingsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$groupings$zh extends Translations$libraries$groupings$en {
|
||||
_Translations$libraries$groupings$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1896,8 +1896,8 @@ class _TranslationsLibrariesGroupingsZh extends TranslationsLibrariesGroupingsEn
|
||||
}
|
||||
|
||||
// Path: libraries.filterCategories
|
||||
class _TranslationsLibrariesFilterCategoriesZh extends TranslationsLibrariesFilterCategoriesEn {
|
||||
_TranslationsLibrariesFilterCategoriesZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$filterCategories$zh extends Translations$libraries$filterCategories$en {
|
||||
_Translations$libraries$filterCategories$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1912,8 +1912,8 @@ class _TranslationsLibrariesFilterCategoriesZh extends TranslationsLibrariesFilt
|
||||
}
|
||||
|
||||
// Path: libraries.sortLabels
|
||||
class _TranslationsLibrariesSortLabelsZh extends TranslationsLibrariesSortLabelsEn {
|
||||
_TranslationsLibrariesSortLabelsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$libraries$sortLabels$zh extends Translations$libraries$sortLabels$en {
|
||||
_Translations$libraries$sortLabels$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1941,8 +1941,8 @@ class _TranslationsLibrariesSortLabelsZh extends TranslationsLibrariesSortLabels
|
||||
}
|
||||
|
||||
// Path: explore.rows
|
||||
class _TranslationsExploreRowsZh extends TranslationsExploreRowsEn {
|
||||
_TranslationsExploreRowsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$rows$zh extends Translations$explore$rows$en {
|
||||
_Translations$explore$rows$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1964,8 +1964,8 @@ class _TranslationsExploreRowsZh extends TranslationsExploreRowsEn {
|
||||
}
|
||||
|
||||
// Path: explore.status
|
||||
class _TranslationsExploreStatusZh extends TranslationsExploreStatusEn {
|
||||
_TranslationsExploreStatusZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$explore$status$zh extends Translations$explore$status$en {
|
||||
_Translations$explore$status$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1977,8 +1977,8 @@ class _TranslationsExploreStatusZh extends TranslationsExploreStatusEn {
|
||||
}
|
||||
|
||||
// Path: companionRemote.session
|
||||
class _TranslationsCompanionRemoteSessionZh extends TranslationsCompanionRemoteSessionEn {
|
||||
_TranslationsCompanionRemoteSessionZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$session$zh extends Translations$companionRemote$session$en {
|
||||
_Translations$companionRemote$session$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -1997,8 +1997,8 @@ class _TranslationsCompanionRemoteSessionZh extends TranslationsCompanionRemoteS
|
||||
}
|
||||
|
||||
// Path: companionRemote.pairing
|
||||
class _TranslationsCompanionRemotePairingZh extends TranslationsCompanionRemotePairingEn {
|
||||
_TranslationsCompanionRemotePairingZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$pairing$zh extends Translations$companionRemote$pairing$en {
|
||||
_Translations$companionRemote$pairing$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -2021,8 +2021,8 @@ class _TranslationsCompanionRemotePairingZh extends TranslationsCompanionRemoteP
|
||||
}
|
||||
|
||||
// Path: companionRemote.remote
|
||||
class _TranslationsCompanionRemoteRemoteZh extends TranslationsCompanionRemoteRemoteEn {
|
||||
_TranslationsCompanionRemoteRemoteZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$remote$zh extends Translations$companionRemote$remote$en {
|
||||
_Translations$companionRemote$remote$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -2057,8 +2057,8 @@ class _TranslationsCompanionRemoteRemoteZh extends TranslationsCompanionRemoteRe
|
||||
}
|
||||
|
||||
// Path: companionRemote.errors
|
||||
class _TranslationsCompanionRemoteErrorsZh extends TranslationsCompanionRemoteErrorsEn {
|
||||
_TranslationsCompanionRemoteErrorsZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$companionRemote$errors$zh extends Translations$companionRemote$errors$en {
|
||||
_Translations$companionRemote$errors$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -2074,8 +2074,8 @@ class _TranslationsCompanionRemoteErrorsZh extends TranslationsCompanionRemoteEr
|
||||
}
|
||||
|
||||
// Path: services.names
|
||||
class _TranslationsServicesNamesZh extends TranslationsServicesNamesEn {
|
||||
_TranslationsServicesNamesZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$names$zh extends Translations$services$names$en {
|
||||
_Translations$services$names$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -2087,8 +2087,8 @@ class _TranslationsServicesNamesZh extends TranslationsServicesNamesEn {
|
||||
}
|
||||
|
||||
// Path: services.deviceCode
|
||||
class _TranslationsServicesDeviceCodeZh extends TranslationsServicesDeviceCodeEn {
|
||||
_TranslationsServicesDeviceCodeZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$deviceCode$zh extends Translations$services$deviceCode$en {
|
||||
_Translations$services$deviceCode$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -2102,8 +2102,8 @@ class _TranslationsServicesDeviceCodeZh extends TranslationsServicesDeviceCodeEn
|
||||
}
|
||||
|
||||
// Path: services.oauthProxy
|
||||
class _TranslationsServicesOauthProxyZh extends TranslationsServicesOauthProxyEn {
|
||||
_TranslationsServicesOauthProxyZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$oauthProxy$zh extends Translations$services$oauthProxy$en {
|
||||
_Translations$services$oauthProxy$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
@@ -2116,8 +2116,8 @@ class _TranslationsServicesOauthProxyZh extends TranslationsServicesOauthProxyEn
|
||||
}
|
||||
|
||||
// Path: services.libraryFilter
|
||||
class _TranslationsServicesLibraryFilterZh extends TranslationsServicesLibraryFilterEn {
|
||||
_TranslationsServicesLibraryFilterZh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
class _Translations$services$libraryFilter$zh extends Translations$services$libraryFilter$en {
|
||||
_Translations$services$libraryFilter$zh._(TranslationsZh root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsZh _root; // ignore: unused_field
|
||||
|
||||
|
||||
@@ -1,8 +1,62 @@
|
||||
import 'package:file_picker/file_picker.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
|
||||
import '../utils/app_logger.dart';
|
||||
|
||||
abstract interface class FilePickerDelegate {
|
||||
Future<FilePickerResult?> pickFiles({
|
||||
FileType type = FileType.any,
|
||||
List<String>? allowedExtensions,
|
||||
bool withData = false,
|
||||
});
|
||||
|
||||
Future<String?> getDirectoryPath({String? dialogTitle});
|
||||
|
||||
Future<String?> saveFile({
|
||||
String? dialogTitle,
|
||||
String? fileName,
|
||||
Uint8List? bytes,
|
||||
FileType type = FileType.any,
|
||||
List<String>? allowedExtensions,
|
||||
});
|
||||
}
|
||||
|
||||
class _PluginFilePickerDelegate implements FilePickerDelegate {
|
||||
const _PluginFilePickerDelegate();
|
||||
|
||||
@override
|
||||
Future<FilePickerResult?> pickFiles({
|
||||
FileType type = FileType.any,
|
||||
List<String>? allowedExtensions,
|
||||
bool withData = false,
|
||||
}) {
|
||||
return FilePicker.pickFiles(type: type, allowedExtensions: allowedExtensions, withData: withData);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<String?> getDirectoryPath({String? dialogTitle}) {
|
||||
return FilePicker.getDirectoryPath(dialogTitle: dialogTitle);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<String?> saveFile({
|
||||
String? dialogTitle,
|
||||
String? fileName,
|
||||
Uint8List? bytes,
|
||||
FileType type = FileType.any,
|
||||
List<String>? allowedExtensions,
|
||||
}) {
|
||||
return FilePicker.saveFile(
|
||||
dialogTitle: dialogTitle,
|
||||
fileName: fileName,
|
||||
bytes: bytes,
|
||||
type: type,
|
||||
allowedExtensions: allowedExtensions,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
/// Serializes file_picker invocations to avoid
|
||||
/// `PlatformException(already_active, File picker is already active)`.
|
||||
class FilePickerService {
|
||||
@@ -10,8 +64,16 @@ class FilePickerService {
|
||||
static FilePickerService get instance => _instance;
|
||||
FilePickerService._();
|
||||
|
||||
FilePickerDelegate _delegate = const _PluginFilePickerDelegate();
|
||||
bool _active = false;
|
||||
|
||||
@visibleForTesting
|
||||
static void setDelegateForTesting(FilePickerDelegate? delegate) {
|
||||
_instance
|
||||
.._delegate = delegate ?? const _PluginFilePickerDelegate()
|
||||
.._active = false;
|
||||
}
|
||||
|
||||
Future<T?> _guard<T>(String opName, Future<T?> Function() body) async {
|
||||
if (_active) return null;
|
||||
_active = true;
|
||||
@@ -33,12 +95,12 @@ class FilePickerService {
|
||||
}) {
|
||||
return _guard(
|
||||
'pickFiles',
|
||||
() => FilePicker.platform.pickFiles(type: type, allowedExtensions: allowedExtensions, withData: withData),
|
||||
() => _delegate.pickFiles(type: type, allowedExtensions: allowedExtensions, withData: withData),
|
||||
);
|
||||
}
|
||||
|
||||
Future<String?> getDirectoryPath({String? dialogTitle}) {
|
||||
return _guard('getDirectoryPath', () => FilePicker.platform.getDirectoryPath(dialogTitle: dialogTitle));
|
||||
return _guard('getDirectoryPath', () => _delegate.getDirectoryPath(dialogTitle: dialogTitle));
|
||||
}
|
||||
|
||||
Future<String?> saveFile({
|
||||
@@ -50,7 +112,7 @@ class FilePickerService {
|
||||
}) {
|
||||
return _guard(
|
||||
'saveFile',
|
||||
() => FilePicker.platform.saveFile(
|
||||
() => _delegate.saveFile(
|
||||
dialogTitle: dialogTitle,
|
||||
fileName: fileName,
|
||||
bytes: bytes,
|
||||
|
||||
+158
-3
@@ -8,9 +8,33 @@ import 'package:flutter/widgets.dart';
|
||||
/// Uses [Scrollable.ensureVisible] with alignment 0.5 (center).
|
||||
/// Runs in a post-frame callback to ensure layout is complete.
|
||||
void scrollContextToCenter(BuildContext? context) {
|
||||
if (context == null) return;
|
||||
if (context == null || !context.mounted) return;
|
||||
|
||||
final selectedRenderObject = context.findRenderObject();
|
||||
if (selectedRenderObject == null || !selectedRenderObject.attached) return;
|
||||
|
||||
final selectedScrollables = _scrollableAncestorsOf(context);
|
||||
if (selectedScrollables.isEmpty) return;
|
||||
|
||||
final selectedRelationships = _captureScrollableRelationships(selectedRenderObject, selectedScrollables);
|
||||
if (selectedRelationships == null) return;
|
||||
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
if (!context.mounted) return;
|
||||
|
||||
final renderObject = context.findRenderObject();
|
||||
if (renderObject == null || !renderObject.attached || !identical(renderObject, selectedRenderObject)) {
|
||||
return;
|
||||
}
|
||||
|
||||
final currentScrollables = _scrollableAncestorsOf(context);
|
||||
if (!_sameScrollables(selectedScrollables, currentScrollables)) return;
|
||||
|
||||
final currentRelationships = _captureScrollableRelationships(renderObject, currentScrollables);
|
||||
if (currentRelationships == null || !_sameRenderRelationships(selectedRelationships, currentRelationships)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Scrollable.ensureVisible(
|
||||
context,
|
||||
alignment: 0.5,
|
||||
@@ -20,6 +44,130 @@ void scrollContextToCenter(BuildContext? context) {
|
||||
});
|
||||
}
|
||||
|
||||
List<ScrollableState> _scrollableAncestorsOf(BuildContext context) {
|
||||
final scrollables = <ScrollableState>[];
|
||||
var currentContext = context;
|
||||
ScrollableState? scrollable;
|
||||
while ((scrollable = Scrollable.maybeOf(currentContext)) != null) {
|
||||
scrollables.add(scrollable!);
|
||||
currentContext = scrollable.context;
|
||||
}
|
||||
return scrollables;
|
||||
}
|
||||
|
||||
bool _sameScrollables(List<ScrollableState> selected, List<ScrollableState> current) {
|
||||
if (selected.length != current.length) return false;
|
||||
for (var index = 0; index < selected.length; index++) {
|
||||
if (!identical(selected[index], current[index])) return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
class _ScrollableRenderRelationship {
|
||||
const _ScrollableRenderRelationship({
|
||||
required this.revealTarget,
|
||||
required this.viewport,
|
||||
required this.scrollableRenderObject,
|
||||
required this.ancestorsToViewport,
|
||||
});
|
||||
|
||||
final RenderObject revealTarget;
|
||||
final RenderAbstractViewport viewport;
|
||||
final RenderObject scrollableRenderObject;
|
||||
final List<RenderObject> ancestorsToViewport;
|
||||
}
|
||||
|
||||
List<_ScrollableRenderRelationship>? _captureScrollableRelationships(
|
||||
RenderObject target,
|
||||
List<ScrollableState> scrollables,
|
||||
) {
|
||||
final relationships = <_ScrollableRenderRelationship>[];
|
||||
var revealTarget = target;
|
||||
for (var index = 0; index < scrollables.length; index++) {
|
||||
final scrollable = scrollables[index];
|
||||
if (!scrollable.mounted) return null;
|
||||
|
||||
final viewport = RenderAbstractViewport.maybeOf(revealTarget);
|
||||
if (viewport == null || !viewport.attached || viewport.parent == null) return null;
|
||||
|
||||
final ancestorsToViewport = <RenderObject>[];
|
||||
RenderObject? ancestor = revealTarget.parent;
|
||||
while (ancestor != null) {
|
||||
ancestorsToViewport.add(ancestor);
|
||||
if (identical(ancestor, viewport)) break;
|
||||
ancestor = ancestor.parent;
|
||||
}
|
||||
if (ancestorsToViewport.isEmpty || !identical(ancestorsToViewport.last, viewport)) return null;
|
||||
|
||||
final position = scrollable.position;
|
||||
final notificationContext = scrollable.notificationContext;
|
||||
if (!position.hasPixels ||
|
||||
!position.hasContentDimensions ||
|
||||
notificationContext == null ||
|
||||
!notificationContext.mounted) {
|
||||
return null;
|
||||
}
|
||||
|
||||
final scrollableRenderObject = notificationContext.findRenderObject();
|
||||
if (scrollableRenderObject == null ||
|
||||
!scrollableRenderObject.attached ||
|
||||
!_isAncestorOf(scrollableRenderObject, revealTarget)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
relationships.add(
|
||||
_ScrollableRenderRelationship(
|
||||
revealTarget: revealTarget,
|
||||
viewport: viewport,
|
||||
scrollableRenderObject: scrollableRenderObject,
|
||||
ancestorsToViewport: ancestorsToViewport,
|
||||
),
|
||||
);
|
||||
|
||||
if (index + 1 < scrollables.length) {
|
||||
final nextTarget = scrollable.context.findRenderObject();
|
||||
if (nextTarget == null || !nextTarget.attached) return null;
|
||||
revealTarget = nextTarget;
|
||||
}
|
||||
}
|
||||
return relationships;
|
||||
}
|
||||
|
||||
bool _sameRenderRelationships(
|
||||
List<_ScrollableRenderRelationship> selected,
|
||||
List<_ScrollableRenderRelationship> current,
|
||||
) {
|
||||
if (selected.length != current.length) return false;
|
||||
for (var index = 0; index < selected.length; index++) {
|
||||
final selectedRelationship = selected[index];
|
||||
final currentRelationship = current[index];
|
||||
if (!identical(selectedRelationship.revealTarget, currentRelationship.revealTarget) ||
|
||||
!identical(selectedRelationship.viewport, currentRelationship.viewport) ||
|
||||
!identical(selectedRelationship.scrollableRenderObject, currentRelationship.scrollableRenderObject) ||
|
||||
selectedRelationship.ancestorsToViewport.length != currentRelationship.ancestorsToViewport.length) {
|
||||
return false;
|
||||
}
|
||||
for (var ancestorIndex = 0; ancestorIndex < selectedRelationship.ancestorsToViewport.length; ancestorIndex++) {
|
||||
if (!identical(
|
||||
selectedRelationship.ancestorsToViewport[ancestorIndex],
|
||||
currentRelationship.ancestorsToViewport[ancestorIndex],
|
||||
)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
bool _isAncestorOf(RenderObject ancestor, RenderObject descendant) {
|
||||
RenderObject? current = descendant;
|
||||
while (current != null) {
|
||||
if (identical(current, ancestor)) return true;
|
||||
current = current.parent;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/// Jump a vertical [ListView] so that [currentIndex] is visible.
|
||||
///
|
||||
/// Measures the first item (via [firstItemKey]) to get the real item height,
|
||||
@@ -112,13 +260,20 @@ void scrollKeyedChildToHorizontalCenter(
|
||||
}
|
||||
|
||||
bool _scrollContextToHorizontalCenterNow(ScrollController controller, BuildContext context, {required bool animate}) {
|
||||
if (!context.mounted || controller.positions.length != 1) return true;
|
||||
if (!context.mounted || controller.positions.length != 1) return false;
|
||||
|
||||
final position = controller.position;
|
||||
if (position.axis != Axis.horizontal) return true;
|
||||
|
||||
final scrollable = Scrollable.maybeOf(context);
|
||||
if (scrollable == null || !identical(scrollable.position, position)) return false;
|
||||
|
||||
final renderObject = context.findRenderObject();
|
||||
if (renderObject == null || !renderObject.attached) return false;
|
||||
if (renderObject == null ||
|
||||
!renderObject.attached ||
|
||||
_captureScrollableRelationships(renderObject, <ScrollableState>[scrollable]) == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
final viewport = RenderAbstractViewport.maybeOf(renderObject);
|
||||
if (viewport == null) return false;
|
||||
|
||||
Reference in New Issue
Block a user