This commit is contained in:
Thibault Deckers 2025-04-13 18:50:34 +02:00
parent 6c2db18af2
commit 0142ed7f4f
5 changed files with 2429 additions and 53 deletions

View file

@ -37,6 +37,7 @@ import 'app_localizations_lt.dart';
import 'app_localizations_ml.dart';
import 'app_localizations_my.dart';
import 'app_localizations_nb.dart';
import 'app_localizations_ne.dart';
import 'app_localizations_nl.dart';
import 'app_localizations_nn.dart';
import 'app_localizations_or.dart';
@ -172,6 +173,7 @@ abstract class AppLocalizations {
Locale('ml'),
Locale('my'),
Locale('nb'),
Locale('ne'),
Locale('nl'),
Locale('nn'),
Locale('or'),
@ -4439,7 +4441,7 @@ class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations>
}
@override
bool isSupported(Locale locale) => <String>['ar', 'az', 'be', 'bg', 'bn', 'ca', 'ckb', 'cs', 'da', 'de', 'el', 'en', 'es', 'et', 'eu', 'fa', 'fi', 'fr', 'gl', 'he', 'hi', 'hu', 'id', 'is', 'it', 'ja', 'kn', 'ko', 'lt', 'ml', 'my', 'nb', 'nl', 'nn', 'or', 'pl', 'pt', 'ro', 'ru', 'sat', 'sk', 'sl', 'sr', 'sv', 'ta', 'th', 'tr', 'uk', 'vi', 'zh'].contains(locale.languageCode);
bool isSupported(Locale locale) => <String>['ar', 'az', 'be', 'bg', 'bn', 'ca', 'ckb', 'cs', 'da', 'de', 'el', 'en', 'es', 'et', 'eu', 'fa', 'fi', 'fr', 'gl', 'he', 'hi', 'hu', 'id', 'is', 'it', 'ja', 'kn', 'ko', 'lt', 'ml', 'my', 'nb', 'ne', 'nl', 'nn', 'or', 'pl', 'pt', 'ro', 'ru', 'sat', 'sk', 'sl', 'sr', 'sv', 'ta', 'th', 'tr', 'uk', 'vi', 'zh'].contains(locale.languageCode);
@override
bool shouldReload(_AppLocalizationsDelegate old) => false;
@ -4497,6 +4499,7 @@ AppLocalizations lookupAppLocalizations(Locale locale) {
case 'ml': return AppLocalizationsMl();
case 'my': return AppLocalizationsMy();
case 'nb': return AppLocalizationsNb();
case 'ne': return AppLocalizationsNe();
case 'nl': return AppLocalizationsNl();
case 'nn': return AppLocalizationsNn();
case 'or': return AppLocalizationsOr();

View file

@ -28,8 +28,8 @@ class AppLocalizationsHe extends AppLocalizations {
String _temp0 = intl.Intl.pluralLogic(
count,
locale: localeName,
other: '$countString items',
one: '$countString item',
other: '$countString פריטים',
one: '$countString פריט',
);
return '$_temp0';
}
@ -42,8 +42,8 @@ class AppLocalizationsHe extends AppLocalizations {
String _temp0 = intl.Intl.pluralLogic(
count,
locale: localeName,
other: '$countString columns',
one: '$countString column',
other: '$countString עמודות',
one: '$countString עמודה',
);
return '$_temp0';
}
@ -56,8 +56,8 @@ class AppLocalizationsHe extends AppLocalizations {
String _temp0 = intl.Intl.pluralLogic(
count,
locale: localeName,
other: '$countString seconds',
one: '$countString second',
other: '$countString שניות',
one: '$countString שניה',
);
return '$_temp0';
}
@ -70,8 +70,8 @@ class AppLocalizationsHe extends AppLocalizations {
String _temp0 = intl.Intl.pluralLogic(
count,
locale: localeName,
other: '$countString minutes',
one: '$countString minute',
other: '$countString דקות',
one: '$countString דקה',
);
return '$_temp0';
}
@ -84,8 +84,8 @@ class AppLocalizationsHe extends AppLocalizations {
String _temp0 = intl.Intl.pluralLogic(
count,
locale: localeName,
other: '$countString days',
one: '$countString day',
other: '$countString ימים',
one: '$countString יום',
);
return '$_temp0';
}
@ -96,130 +96,130 @@ class AppLocalizationsHe extends AppLocalizations {
}
@override
String get applyButtonLabel => 'APPLY';
String get applyButtonLabel => 'החל';
@override
String get deleteButtonLabel => 'DELETE';
String get deleteButtonLabel => 'מחק';
@override
String get nextButtonLabel => 'NEXT';
String get nextButtonLabel => 'הבא';
@override
String get showButtonLabel => 'SHOW';
String get showButtonLabel => 'הצג';
@override
String get hideButtonLabel => 'HIDE';
String get hideButtonLabel => 'הסתר';
@override
String get continueButtonLabel => 'CONTINUE';
String get continueButtonLabel => 'המשך';
@override
String get saveCopyButtonLabel => 'SAVE COPY';
String get saveCopyButtonLabel => 'שמור עותק';
@override
String get applyTooltip => 'Apply';
String get applyTooltip => 'החל';
@override
String get cancelTooltip => 'Cancel';
String get cancelTooltip => 'ביטול';
@override
String get changeTooltip => 'Change';
String get changeTooltip => 'שינוי';
@override
String get clearTooltip => 'Clear';
String get clearTooltip => 'ניקוי';
@override
String get previousTooltip => 'Previous';
String get previousTooltip => 'הקודם';
@override
String get nextTooltip => 'Next';
String get nextTooltip => 'הבא';
@override
String get showTooltip => 'Show';
String get showTooltip => 'הצג';
@override
String get hideTooltip => 'Hide';
String get hideTooltip => 'הסתר';
@override
String get actionRemove => 'Remove';
String get actionRemove => 'הסרה';
@override
String get resetTooltip => 'Reset';
String get resetTooltip => 'אפס';
@override
String get saveTooltip => 'Save';
String get saveTooltip => 'שמור';
@override
String get stopTooltip => 'Stop';
String get stopTooltip => 'עצור';
@override
String get pickTooltip => 'Pick';
String get pickTooltip => 'בחר';
@override
String get doubleBackExitMessage => 'Tap “back” again to exit.';
String get doubleBackExitMessage => 'כדי לצאת הקש שוב על \"חזרה\".';
@override
String get doNotAskAgain => 'Do not ask again';
String get doNotAskAgain => 'אל תשאל שוב';
@override
String get sourceStateLoading => 'Loading';
String get sourceStateLoading => 'טוען';
@override
String get sourceStateCataloguing => 'Cataloguing';
String get sourceStateCataloguing => 'מקטלג';
@override
String get sourceStateLocatingCountries => 'Locating countries';
String get sourceStateLocatingCountries => 'טוען מדינות';
@override
String get sourceStateLocatingPlaces => 'Locating places';
String get sourceStateLocatingPlaces => 'טוען מקומות';
@override
String get chipActionDelete => 'Delete';
String get chipActionDelete => 'מחק';
@override
String get chipActionRemove => 'Remove';
String get chipActionRemove => 'הסר';
@override
String get chipActionShowCollection => 'Show in Collection';
String get chipActionShowCollection => 'הצג באוסף';
@override
String get chipActionGoToAlbumPage => 'Show in Albums';
String get chipActionGoToAlbumPage => 'הצג באלבום';
@override
String get chipActionGoToCountryPage => 'Show in Countries';
String get chipActionGoToCountryPage => 'הצג במדינות';
@override
String get chipActionGoToPlacePage => 'Show in Places';
String get chipActionGoToPlacePage => 'הצג במקומות';
@override
String get chipActionGoToTagPage => 'Show in Tags';
String get chipActionGoToTagPage => 'הצג בתגיות';
@override
String get chipActionGoToExplorerPage => 'Show in Explorer';
String get chipActionGoToExplorerPage => 'הצג בסייר';
@override
String get chipActionDecompose => 'Split';
String get chipActionDecompose => 'פיצול';
@override
String get chipActionFilterOut => 'Filter out';
String get chipActionFilterOut => 'סנן החוצה';
@override
String get chipActionFilterIn => 'Filter in';
String get chipActionFilterIn => 'סנן לבתוך';
@override
String get chipActionHide => 'Hide';
String get chipActionHide => 'הסתר';
@override
String get chipActionLock => 'Lock';
String get chipActionLock => 'נעל';
@override
String get chipActionPin => 'Pin to top';
String get chipActionPin => 'הצמד למעלה';
@override
String get chipActionUnpin => 'Unpin from top';
String get chipActionUnpin => 'בטל הצמד למעלה';
@override
String get chipActionRename => 'Rename';
String get chipActionRename => 'שנה שם';
@override
String get chipActionSetCover => 'Set cover';

File diff suppressed because it is too large Load diff

View file

@ -140,6 +140,7 @@ class Contributors {
// Contributor('Olli', 'ollinen@ollit.dev'), // Finnish
// Contributor('Ricky Tigg', 'ricky.tigg@gmail.com'), // Finnish
// Contributor('Idj', 'joneltmp+goahn@gmail.com'), // Hebrew
// Contributor('elid', 'shopisrael12@gmail.com'), // Hebrew
// Contributor('Rohit Burman', 'rohitburman31p@rediffmail.com'), // Hindi
// Contributor('AJ07', 'ajaykumarmeena676@gmail.com'), // Hindi
// Contributor('Sartaj', 'ssaarrttaajj111@gmail.com'), // Hindi
@ -147,6 +148,7 @@ class Contributors {
// Contributor('GoRaN', 'gorangharib.909@gmail.com'), // Kurdish (Central)
// Contributor('Rasti K5', 'rasti.khdhr@gmail.com'), // Kurdish (Central)
// Contributor('Raman', 'xysed@tutanota.com'), // Malayalam
// Contributor('Over Barrow', 'rawixo6748@insfou.com'), // Nepali
// Contributor('Subham Jena', 'subhamjena8465@gmail.com'), // Odia
// Contributor('Prasanta-Hembram', 'Prasantahembram720@gmail.com'), // Santali
// Contributor('Enenra', 'nnra2210@gmail.com'), // Serbian

View file

@ -72,6 +72,7 @@ class AvesApp extends StatefulWidget {
'hi', // Hindi
'ml', // Malayalam
'my', // Burmese
'ne', // Nepali
'or', // Odia
'sat', // Santali
'sl', // Slovenian