l10n
This commit is contained in:
parent
6c2db18af2
commit
0142ed7f4f
5 changed files with 2429 additions and 53 deletions
|
@ -37,6 +37,7 @@ import 'app_localizations_lt.dart';
|
||||||
import 'app_localizations_ml.dart';
|
import 'app_localizations_ml.dart';
|
||||||
import 'app_localizations_my.dart';
|
import 'app_localizations_my.dart';
|
||||||
import 'app_localizations_nb.dart';
|
import 'app_localizations_nb.dart';
|
||||||
|
import 'app_localizations_ne.dart';
|
||||||
import 'app_localizations_nl.dart';
|
import 'app_localizations_nl.dart';
|
||||||
import 'app_localizations_nn.dart';
|
import 'app_localizations_nn.dart';
|
||||||
import 'app_localizations_or.dart';
|
import 'app_localizations_or.dart';
|
||||||
|
@ -172,6 +173,7 @@ abstract class AppLocalizations {
|
||||||
Locale('ml'),
|
Locale('ml'),
|
||||||
Locale('my'),
|
Locale('my'),
|
||||||
Locale('nb'),
|
Locale('nb'),
|
||||||
|
Locale('ne'),
|
||||||
Locale('nl'),
|
Locale('nl'),
|
||||||
Locale('nn'),
|
Locale('nn'),
|
||||||
Locale('or'),
|
Locale('or'),
|
||||||
|
@ -4439,7 +4441,7 @@ class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations>
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@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
|
@override
|
||||||
bool shouldReload(_AppLocalizationsDelegate old) => false;
|
bool shouldReload(_AppLocalizationsDelegate old) => false;
|
||||||
|
@ -4497,6 +4499,7 @@ AppLocalizations lookupAppLocalizations(Locale locale) {
|
||||||
case 'ml': return AppLocalizationsMl();
|
case 'ml': return AppLocalizationsMl();
|
||||||
case 'my': return AppLocalizationsMy();
|
case 'my': return AppLocalizationsMy();
|
||||||
case 'nb': return AppLocalizationsNb();
|
case 'nb': return AppLocalizationsNb();
|
||||||
|
case 'ne': return AppLocalizationsNe();
|
||||||
case 'nl': return AppLocalizationsNl();
|
case 'nl': return AppLocalizationsNl();
|
||||||
case 'nn': return AppLocalizationsNn();
|
case 'nn': return AppLocalizationsNn();
|
||||||
case 'or': return AppLocalizationsOr();
|
case 'or': return AppLocalizationsOr();
|
||||||
|
|
|
@ -28,8 +28,8 @@ class AppLocalizationsHe extends AppLocalizations {
|
||||||
String _temp0 = intl.Intl.pluralLogic(
|
String _temp0 = intl.Intl.pluralLogic(
|
||||||
count,
|
count,
|
||||||
locale: localeName,
|
locale: localeName,
|
||||||
other: '$countString items',
|
other: '$countString פריטים',
|
||||||
one: '$countString item',
|
one: '$countString פריט',
|
||||||
);
|
);
|
||||||
return '$_temp0';
|
return '$_temp0';
|
||||||
}
|
}
|
||||||
|
@ -42,8 +42,8 @@ class AppLocalizationsHe extends AppLocalizations {
|
||||||
String _temp0 = intl.Intl.pluralLogic(
|
String _temp0 = intl.Intl.pluralLogic(
|
||||||
count,
|
count,
|
||||||
locale: localeName,
|
locale: localeName,
|
||||||
other: '$countString columns',
|
other: '$countString עמודות',
|
||||||
one: '$countString column',
|
one: '$countString עמודה',
|
||||||
);
|
);
|
||||||
return '$_temp0';
|
return '$_temp0';
|
||||||
}
|
}
|
||||||
|
@ -56,8 +56,8 @@ class AppLocalizationsHe extends AppLocalizations {
|
||||||
String _temp0 = intl.Intl.pluralLogic(
|
String _temp0 = intl.Intl.pluralLogic(
|
||||||
count,
|
count,
|
||||||
locale: localeName,
|
locale: localeName,
|
||||||
other: '$countString seconds',
|
other: '$countString שניות',
|
||||||
one: '$countString second',
|
one: '$countString שניה',
|
||||||
);
|
);
|
||||||
return '$_temp0';
|
return '$_temp0';
|
||||||
}
|
}
|
||||||
|
@ -70,8 +70,8 @@ class AppLocalizationsHe extends AppLocalizations {
|
||||||
String _temp0 = intl.Intl.pluralLogic(
|
String _temp0 = intl.Intl.pluralLogic(
|
||||||
count,
|
count,
|
||||||
locale: localeName,
|
locale: localeName,
|
||||||
other: '$countString minutes',
|
other: '$countString דקות',
|
||||||
one: '$countString minute',
|
one: '$countString דקה',
|
||||||
);
|
);
|
||||||
return '$_temp0';
|
return '$_temp0';
|
||||||
}
|
}
|
||||||
|
@ -84,8 +84,8 @@ class AppLocalizationsHe extends AppLocalizations {
|
||||||
String _temp0 = intl.Intl.pluralLogic(
|
String _temp0 = intl.Intl.pluralLogic(
|
||||||
count,
|
count,
|
||||||
locale: localeName,
|
locale: localeName,
|
||||||
other: '$countString days',
|
other: '$countString ימים',
|
||||||
one: '$countString day',
|
one: '$countString יום',
|
||||||
);
|
);
|
||||||
return '$_temp0';
|
return '$_temp0';
|
||||||
}
|
}
|
||||||
|
@ -96,130 +96,130 @@ class AppLocalizationsHe extends AppLocalizations {
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get applyButtonLabel => 'APPLY';
|
String get applyButtonLabel => 'החל';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get deleteButtonLabel => 'DELETE';
|
String get deleteButtonLabel => 'מחק';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get nextButtonLabel => 'NEXT';
|
String get nextButtonLabel => 'הבא';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get showButtonLabel => 'SHOW';
|
String get showButtonLabel => 'הצג';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get hideButtonLabel => 'HIDE';
|
String get hideButtonLabel => 'הסתר';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get continueButtonLabel => 'CONTINUE';
|
String get continueButtonLabel => 'המשך';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get saveCopyButtonLabel => 'SAVE COPY';
|
String get saveCopyButtonLabel => 'שמור עותק';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get applyTooltip => 'Apply';
|
String get applyTooltip => 'החל';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get cancelTooltip => 'Cancel';
|
String get cancelTooltip => 'ביטול';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get changeTooltip => 'Change';
|
String get changeTooltip => 'שינוי';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get clearTooltip => 'Clear';
|
String get clearTooltip => 'ניקוי';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get previousTooltip => 'Previous';
|
String get previousTooltip => 'הקודם';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get nextTooltip => 'Next';
|
String get nextTooltip => 'הבא';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get showTooltip => 'Show';
|
String get showTooltip => 'הצג';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get hideTooltip => 'Hide';
|
String get hideTooltip => 'הסתר';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get actionRemove => 'Remove';
|
String get actionRemove => 'הסרה';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get resetTooltip => 'Reset';
|
String get resetTooltip => 'אפס';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get saveTooltip => 'Save';
|
String get saveTooltip => 'שמור';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get stopTooltip => 'Stop';
|
String get stopTooltip => 'עצור';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get pickTooltip => 'Pick';
|
String get pickTooltip => 'בחר';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get doubleBackExitMessage => 'Tap “back” again to exit.';
|
String get doubleBackExitMessage => 'כדי לצאת הקש שוב על \"חזרה\".';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get doNotAskAgain => 'Do not ask again';
|
String get doNotAskAgain => 'אל תשאל שוב';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get sourceStateLoading => 'Loading';
|
String get sourceStateLoading => 'טוען';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get sourceStateCataloguing => 'Cataloguing';
|
String get sourceStateCataloguing => 'מקטלג';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get sourceStateLocatingCountries => 'Locating countries';
|
String get sourceStateLocatingCountries => 'טוען מדינות';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get sourceStateLocatingPlaces => 'Locating places';
|
String get sourceStateLocatingPlaces => 'טוען מקומות';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionDelete => 'Delete';
|
String get chipActionDelete => 'מחק';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionRemove => 'Remove';
|
String get chipActionRemove => 'הסר';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionShowCollection => 'Show in Collection';
|
String get chipActionShowCollection => 'הצג באוסף';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionGoToAlbumPage => 'Show in Albums';
|
String get chipActionGoToAlbumPage => 'הצג באלבום';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionGoToCountryPage => 'Show in Countries';
|
String get chipActionGoToCountryPage => 'הצג במדינות';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionGoToPlacePage => 'Show in Places';
|
String get chipActionGoToPlacePage => 'הצג במקומות';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionGoToTagPage => 'Show in Tags';
|
String get chipActionGoToTagPage => 'הצג בתגיות';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionGoToExplorerPage => 'Show in Explorer';
|
String get chipActionGoToExplorerPage => 'הצג בסייר';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionDecompose => 'Split';
|
String get chipActionDecompose => 'פיצול';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionFilterOut => 'Filter out';
|
String get chipActionFilterOut => 'סנן החוצה';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionFilterIn => 'Filter in';
|
String get chipActionFilterIn => 'סנן לבתוך';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionHide => 'Hide';
|
String get chipActionHide => 'הסתר';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionLock => 'Lock';
|
String get chipActionLock => 'נעל';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionPin => 'Pin to top';
|
String get chipActionPin => 'הצמד למעלה';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionUnpin => 'Unpin from top';
|
String get chipActionUnpin => 'בטל הצמד למעלה';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionRename => 'Rename';
|
String get chipActionRename => 'שנה שם';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get chipActionSetCover => 'Set cover';
|
String get chipActionSetCover => 'Set cover';
|
||||||
|
|
2370
lib/l10ngen/app_localizations_ne.dart
Normal file
2370
lib/l10ngen/app_localizations_ne.dart
Normal file
File diff suppressed because it is too large
Load diff
|
@ -140,6 +140,7 @@ class Contributors {
|
||||||
// Contributor('Olli', 'ollinen@ollit.dev'), // Finnish
|
// Contributor('Olli', 'ollinen@ollit.dev'), // Finnish
|
||||||
// Contributor('Ricky Tigg', 'ricky.tigg@gmail.com'), // Finnish
|
// Contributor('Ricky Tigg', 'ricky.tigg@gmail.com'), // Finnish
|
||||||
// Contributor('Idj', 'joneltmp+goahn@gmail.com'), // Hebrew
|
// Contributor('Idj', 'joneltmp+goahn@gmail.com'), // Hebrew
|
||||||
|
// Contributor('elid', 'shopisrael12@gmail.com'), // Hebrew
|
||||||
// Contributor('Rohit Burman', 'rohitburman31p@rediffmail.com'), // Hindi
|
// Contributor('Rohit Burman', 'rohitburman31p@rediffmail.com'), // Hindi
|
||||||
// Contributor('AJ07', 'ajaykumarmeena676@gmail.com'), // Hindi
|
// Contributor('AJ07', 'ajaykumarmeena676@gmail.com'), // Hindi
|
||||||
// Contributor('Sartaj', 'ssaarrttaajj111@gmail.com'), // Hindi
|
// Contributor('Sartaj', 'ssaarrttaajj111@gmail.com'), // Hindi
|
||||||
|
@ -147,6 +148,7 @@ class Contributors {
|
||||||
// Contributor('GoRaN', 'gorangharib.909@gmail.com'), // Kurdish (Central)
|
// Contributor('GoRaN', 'gorangharib.909@gmail.com'), // Kurdish (Central)
|
||||||
// Contributor('Rasti K5', 'rasti.khdhr@gmail.com'), // Kurdish (Central)
|
// Contributor('Rasti K5', 'rasti.khdhr@gmail.com'), // Kurdish (Central)
|
||||||
// Contributor('Raman', 'xysed@tutanota.com'), // Malayalam
|
// Contributor('Raman', 'xysed@tutanota.com'), // Malayalam
|
||||||
|
// Contributor('Over Barrow', 'rawixo6748@insfou.com'), // Nepali
|
||||||
// Contributor('Subham Jena', 'subhamjena8465@gmail.com'), // Odia
|
// Contributor('Subham Jena', 'subhamjena8465@gmail.com'), // Odia
|
||||||
// Contributor('Prasanta-Hembram', 'Prasantahembram720@gmail.com'), // Santali
|
// Contributor('Prasanta-Hembram', 'Prasantahembram720@gmail.com'), // Santali
|
||||||
// Contributor('Enenra', 'nnra2210@gmail.com'), // Serbian
|
// Contributor('Enenra', 'nnra2210@gmail.com'), // Serbian
|
||||||
|
|
|
@ -72,6 +72,7 @@ class AvesApp extends StatefulWidget {
|
||||||
'hi', // Hindi
|
'hi', // Hindi
|
||||||
'ml', // Malayalam
|
'ml', // Malayalam
|
||||||
'my', // Burmese
|
'my', // Burmese
|
||||||
|
'ne', // Nepali
|
||||||
'or', // Odia
|
'or', // Odia
|
||||||
'sat', // Santali
|
'sat', // Santali
|
||||||
'sl', // Slovenian
|
'sl', // Slovenian
|
||||||
|
|
Loading…
Reference in a new issue