Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -8945,5 +8945,49 @@
"watchlistUpdateFailed": "Couldn't update watchlist",
"@watchlistUpdateFailed": {
"description": "Snackbar shown when adding/removing a Seerr watchlist item fails"
},
"adminSearchParameters": "Search Parameters",
"@adminSearchParameters": {
"description": "Column header above the editable fields used to search metadata providers in the Identify dialog"
},
"adminCurrentMetadata": "Current Metadata",
"@adminCurrentMetadata": {
"description": "Column header above the read-only values currently stored on the item in the Identify dialog"
},
"adminLabelYear": "Year",
"@adminLabelYear": {
"description": "Label for the release year field in the Identify dialog"
},
"adminLabelImdbId": "IMDb Id",
"@adminLabelImdbId": {
"description": "Label for the IMDb identifier field in the Identify dialog. IMDb is a brand name and is normally left untranslated"
},
"adminLabelTmdbMovieId": "TheMovieDb Movie Id",
"@adminLabelTmdbMovieId": {
"description": "Label for the TheMovieDb movie identifier field in the Identify dialog. TheMovieDb is a brand name and is normally left untranslated"
},
"adminLabelTmdbBoxSetId": "TheMovieDb Box Set Id",
"@adminLabelTmdbBoxSetId": {
"description": "Label for the TheMovieDb collection identifier field in the Identify dialog. TheMovieDb is a brand name and is normally left untranslated"
},
"adminLabelTvdbBoxSetId": "TheTVDB Box Set Id",
"@adminLabelTvdbBoxSetId": {
"description": "Label for the TheTVDB collection identifier field in the Identify dialog. TheTVDB is a brand name and is normally left untranslated"
},
"adminLabelTvdbId": "TheTVDB Numerical Id",
"@adminLabelTvdbId": {
"description": "Label for the numeric TheTVDB identifier field in the Identify dialog. TheTVDB is a brand name and is normally left untranslated"
},
"adminLabelTvdbSlug": "TheTVDB Slug Movie Id",
"@adminLabelTvdbSlug": {
"description": "Label for the TheTVDB slug identifier field in the Identify dialog. TheTVDB is a brand name and is normally left untranslated"
},
"adminReplaceImages": "Replace existing images",
"@adminReplaceImages": {
"description": "Checkbox label in the confirmation dialog shown before applying an identified metadata match"
},
"adminBackToSearch": "Back to Search Criteria",
"@adminBackToSearch": {
"description": "Tooltip on the button that returns from the Identify results list to the search form"
}
}
66 changes: 66 additions & 0 deletions lib/l10n/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18021,6 +18021,72 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Couldn\'t update watchlist'**
String get watchlistUpdateFailed;

/// Column header above the editable fields used to search metadata providers in the Identify dialog
///
/// In en, this message translates to:
/// **'Search Parameters'**
String get adminSearchParameters;

/// Column header above the read-only values currently stored on the item in the Identify dialog
///
/// In en, this message translates to:
/// **'Current Metadata'**
String get adminCurrentMetadata;

/// Label for the release year field in the Identify dialog
///
/// In en, this message translates to:
/// **'Year'**
String get adminLabelYear;

/// Label for the IMDb identifier field in the Identify dialog. IMDb is a brand name and is normally left untranslated
///
/// In en, this message translates to:
/// **'IMDb Id'**
String get adminLabelImdbId;

/// Label for the TheMovieDb movie identifier field in the Identify dialog. TheMovieDb is a brand name and is normally left untranslated
///
/// In en, this message translates to:
/// **'TheMovieDb Movie Id'**
String get adminLabelTmdbMovieId;

/// Label for the TheMovieDb collection identifier field in the Identify dialog. TheMovieDb is a brand name and is normally left untranslated
///
/// In en, this message translates to:
/// **'TheMovieDb Box Set Id'**
String get adminLabelTmdbBoxSetId;

/// Label for the TheTVDB collection identifier field in the Identify dialog. TheTVDB is a brand name and is normally left untranslated
///
/// In en, this message translates to:
/// **'TheTVDB Box Set Id'**
String get adminLabelTvdbBoxSetId;

/// Label for the numeric TheTVDB identifier field in the Identify dialog. TheTVDB is a brand name and is normally left untranslated
///
/// In en, this message translates to:
/// **'TheTVDB Numerical Id'**
String get adminLabelTvdbId;

/// Label for the TheTVDB slug identifier field in the Identify dialog. TheTVDB is a brand name and is normally left untranslated
///
/// In en, this message translates to:
/// **'TheTVDB Slug Movie Id'**
String get adminLabelTvdbSlug;

/// Checkbox label in the confirmation dialog shown before applying an identified metadata match
///
/// In en, this message translates to:
/// **'Replace existing images'**
String get adminReplaceImages;

/// Tooltip on the button that returns from the Identify results list to the search form
///
/// In en, this message translates to:
/// **'Back to Search Criteria'**
String get adminBackToSearch;
}

class _AppLocalizationsDelegate
Expand Down
33 changes: 33 additions & 0 deletions lib/l10n/app_localizations_af.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10157,4 +10157,37 @@ class AppLocalizationsAf extends AppLocalizations {

@override
String get watchlistUpdateFailed => 'Couldn\'t update watchlist';

@override
String get adminSearchParameters => 'Search Parameters';

@override
String get adminCurrentMetadata => 'Current Metadata';

@override
String get adminLabelYear => 'Year';

@override
String get adminLabelImdbId => 'IMDb Id';

@override
String get adminLabelTmdbMovieId => 'TheMovieDb Movie Id';

@override
String get adminLabelTmdbBoxSetId => 'TheMovieDb Box Set Id';

@override
String get adminLabelTvdbBoxSetId => 'TheTVDB Box Set Id';

@override
String get adminLabelTvdbId => 'TheTVDB Numerical Id';

@override
String get adminLabelTvdbSlug => 'TheTVDB Slug Movie Id';

@override
String get adminReplaceImages => 'Replace existing images';

@override
String get adminBackToSearch => 'Back to Search Criteria';
}
33 changes: 33 additions & 0 deletions lib/l10n/app_localizations_ar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10133,4 +10133,37 @@ class AppLocalizationsAr extends AppLocalizations {

@override
String get watchlistUpdateFailed => 'Couldn\'t update watchlist';

@override
String get adminSearchParameters => 'Search Parameters';

@override
String get adminCurrentMetadata => 'Current Metadata';

@override
String get adminLabelYear => 'Year';

@override
String get adminLabelImdbId => 'IMDb Id';

@override
String get adminLabelTmdbMovieId => 'TheMovieDb Movie Id';

@override
String get adminLabelTmdbBoxSetId => 'TheMovieDb Box Set Id';

@override
String get adminLabelTvdbBoxSetId => 'TheTVDB Box Set Id';

@override
String get adminLabelTvdbId => 'TheTVDB Numerical Id';

@override
String get adminLabelTvdbSlug => 'TheTVDB Slug Movie Id';

@override
String get adminReplaceImages => 'Replace existing images';

@override
String get adminBackToSearch => 'Back to Search Criteria';
}
33 changes: 33 additions & 0 deletions lib/l10n/app_localizations_be.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10222,4 +10222,37 @@ class AppLocalizationsBe extends AppLocalizations {

@override
String get watchlistUpdateFailed => 'Couldn\'t update watchlist';

@override
String get adminSearchParameters => 'Search Parameters';

@override
String get adminCurrentMetadata => 'Current Metadata';

@override
String get adminLabelYear => 'Year';

@override
String get adminLabelImdbId => 'IMDb Id';

@override
String get adminLabelTmdbMovieId => 'TheMovieDb Movie Id';

@override
String get adminLabelTmdbBoxSetId => 'TheMovieDb Box Set Id';

@override
String get adminLabelTvdbBoxSetId => 'TheTVDB Box Set Id';

@override
String get adminLabelTvdbId => 'TheTVDB Numerical Id';

@override
String get adminLabelTvdbSlug => 'TheTVDB Slug Movie Id';

@override
String get adminReplaceImages => 'Replace existing images';

@override
String get adminBackToSearch => 'Back to Search Criteria';
}
33 changes: 33 additions & 0 deletions lib/l10n/app_localizations_bg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10260,4 +10260,37 @@ class AppLocalizationsBg extends AppLocalizations {

@override
String get watchlistUpdateFailed => 'Couldn\'t update watchlist';

@override
String get adminSearchParameters => 'Search Parameters';

@override
String get adminCurrentMetadata => 'Current Metadata';

@override
String get adminLabelYear => 'Year';

@override
String get adminLabelImdbId => 'IMDb Id';

@override
String get adminLabelTmdbMovieId => 'TheMovieDb Movie Id';

@override
String get adminLabelTmdbBoxSetId => 'TheMovieDb Box Set Id';

@override
String get adminLabelTvdbBoxSetId => 'TheTVDB Box Set Id';

@override
String get adminLabelTvdbId => 'TheTVDB Numerical Id';

@override
String get adminLabelTvdbSlug => 'TheTVDB Slug Movie Id';

@override
String get adminReplaceImages => 'Replace existing images';

@override
String get adminBackToSearch => 'Back to Search Criteria';
}
33 changes: 33 additions & 0 deletions lib/l10n/app_localizations_bn.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10131,4 +10131,37 @@ class AppLocalizationsBn extends AppLocalizations {

@override
String get watchlistUpdateFailed => 'Couldn\'t update watchlist';

@override
String get adminSearchParameters => 'Search Parameters';

@override
String get adminCurrentMetadata => 'Current Metadata';

@override
String get adminLabelYear => 'Year';

@override
String get adminLabelImdbId => 'IMDb Id';

@override
String get adminLabelTmdbMovieId => 'TheMovieDb Movie Id';

@override
String get adminLabelTmdbBoxSetId => 'TheMovieDb Box Set Id';

@override
String get adminLabelTvdbBoxSetId => 'TheTVDB Box Set Id';

@override
String get adminLabelTvdbId => 'TheTVDB Numerical Id';

@override
String get adminLabelTvdbSlug => 'TheTVDB Slug Movie Id';

@override
String get adminReplaceImages => 'Replace existing images';

@override
String get adminBackToSearch => 'Back to Search Criteria';
}
33 changes: 33 additions & 0 deletions lib/l10n/app_localizations_ca.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10308,4 +10308,37 @@ class AppLocalizationsCa extends AppLocalizations {

@override
String get watchlistUpdateFailed => 'Couldn\'t update watchlist';

@override
String get adminSearchParameters => 'Search Parameters';

@override
String get adminCurrentMetadata => 'Current Metadata';

@override
String get adminLabelYear => 'Year';

@override
String get adminLabelImdbId => 'IMDb Id';

@override
String get adminLabelTmdbMovieId => 'TheMovieDb Movie Id';

@override
String get adminLabelTmdbBoxSetId => 'TheMovieDb Box Set Id';

@override
String get adminLabelTvdbBoxSetId => 'TheTVDB Box Set Id';

@override
String get adminLabelTvdbId => 'TheTVDB Numerical Id';

@override
String get adminLabelTvdbSlug => 'TheTVDB Slug Movie Id';

@override
String get adminReplaceImages => 'Replace existing images';

@override
String get adminBackToSearch => 'Back to Search Criteria';
}
33 changes: 33 additions & 0 deletions lib/l10n/app_localizations_cs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10195,4 +10195,37 @@ class AppLocalizationsCs extends AppLocalizations {

@override
String get watchlistUpdateFailed => 'Couldn\'t update watchlist';

@override
String get adminSearchParameters => 'Search Parameters';

@override
String get adminCurrentMetadata => 'Current Metadata';

@override
String get adminLabelYear => 'Year';

@override
String get adminLabelImdbId => 'IMDb Id';

@override
String get adminLabelTmdbMovieId => 'TheMovieDb Movie Id';

@override
String get adminLabelTmdbBoxSetId => 'TheMovieDb Box Set Id';

@override
String get adminLabelTvdbBoxSetId => 'TheTVDB Box Set Id';

@override
String get adminLabelTvdbId => 'TheTVDB Numerical Id';

@override
String get adminLabelTvdbSlug => 'TheTVDB Slug Movie Id';

@override
String get adminReplaceImages => 'Replace existing images';

@override
String get adminBackToSearch => 'Back to Search Criteria';
}
Loading
Loading