mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Added Indonesian (id) and Norwegian (no) locales (#15708)
This commit is contained in:
parent
7edd5c8d6c
commit
076594b3fd
@ -400,6 +400,47 @@ class _Bundle_he extends TranslationBundle {
|
||||
@override String get modalBarrierDismissLabel => r'סגירה';
|
||||
}
|
||||
|
||||
// ignore: camel_case_types
|
||||
class _Bundle_id extends TranslationBundle {
|
||||
const _Bundle_id() : super(null);
|
||||
@override String get scriptCategory => r'English-like';
|
||||
@override String get timeOfDayFormat => r'HH:mm';
|
||||
@override String get openAppDrawerTooltip => r'Buka menu navigasi';
|
||||
@override String get backButtonTooltip => r'Kembali';
|
||||
@override String get closeButtonTooltip => r'Tutup';
|
||||
@override String get deleteButtonTooltip => r'Hapus';
|
||||
@override String get nextMonthTooltip => r'Bulan berikutnya';
|
||||
@override String get previousMonthTooltip => r'Bulan sebelumnya';
|
||||
@override String get nextPageTooltip => r'Halaman berikutnya';
|
||||
@override String get previousPageTooltip => r'Halaman sebelumnya';
|
||||
@override String get showMenuTooltip => r'Tampilkan menu';
|
||||
@override String get aboutListTileTitle => r'Tentang $applicationName';
|
||||
@override String get licensesPageTitle => r'Lisensi';
|
||||
@override String get pageRowsInfoTitle => r'$firstRow–$lastRow dari $rowCount';
|
||||
@override String get pageRowsInfoTitleApproximate => r'$firstRow–$lastRow dari kira-kira $rowCount';
|
||||
@override String get rowsPerPageTitle => r'Baris per halaman:';
|
||||
@override String get tabLabel => r'Tab $tabIndex dari $tabCount';
|
||||
@override String get selectedRowCountTitleOne => r'1 item dipilih';
|
||||
@override String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih';
|
||||
@override String get cancelButtonLabel => r'BATAL';
|
||||
@override String get closeButtonLabel => r'TUTUP';
|
||||
@override String get continueButtonLabel => r'LANJUTKAN';
|
||||
@override String get copyButtonLabel => r'SALIN';
|
||||
@override String get cutButtonLabel => r'POTONG';
|
||||
@override String get okButtonLabel => r'Oke';
|
||||
@override String get pasteButtonLabel => r'TEMPEL';
|
||||
@override String get selectAllButtonLabel => r'PILIH SEMUA';
|
||||
@override String get viewLicensesButtonLabel => r'LIHAT LISENSI';
|
||||
@override String get anteMeridiemAbbreviation => r'AM';
|
||||
@override String get postMeridiemAbbreviation => r'PM';
|
||||
@override String get timePickerHourModeAnnouncement => r'Pilih jam';
|
||||
@override String get timePickerMinuteModeAnnouncement => r'Pilih menit';
|
||||
@override String get modalBarrierDismissLabel => r'Tutup';
|
||||
@override String get signedInLabel => r'Telah login';
|
||||
@override String get hideAccountsLabel => r'Sembunyikan akun';
|
||||
@override String get showAccountsLabel => r'Tampilkan akun';
|
||||
}
|
||||
|
||||
// ignore: camel_case_types
|
||||
class _Bundle_it extends TranslationBundle {
|
||||
const _Bundle_it() : super(null);
|
||||
@ -564,6 +605,47 @@ class _Bundle_nl extends TranslationBundle {
|
||||
@override String get modalBarrierDismissLabel => r'Sluiten';
|
||||
}
|
||||
|
||||
// ignore: camel_case_types
|
||||
class _Bundle_no extends TranslationBundle {
|
||||
const _Bundle_no() : super(null);
|
||||
@override String get scriptCategory => r'English-like';
|
||||
@override String get timeOfDayFormat => r'HH:mm';
|
||||
@override String get openAppDrawerTooltip => r'Åpne navigasjonsmenyen';
|
||||
@override String get backButtonTooltip => r'Tilbake';
|
||||
@override String get closeButtonTooltip => r'Lukk';
|
||||
@override String get deleteButtonTooltip => r'Slett';
|
||||
@override String get nextMonthTooltip => r'Neste måned';
|
||||
@override String get previousMonthTooltip => r'Forrige måned';
|
||||
@override String get nextPageTooltip => r'Neste side';
|
||||
@override String get previousPageTooltip => r'Forrige side';
|
||||
@override String get showMenuTooltip => r'Vis meny';
|
||||
@override String get aboutListTileTitle => r'Om $applicationName';
|
||||
@override String get licensesPageTitle => r'Lisenser';
|
||||
@override String get pageRowsInfoTitle => r'$firstRow–$lastRow av $rowCount';
|
||||
@override String get pageRowsInfoTitleApproximate => r'$firstRow–$lastRow av omtrent $rowCount';
|
||||
@override String get rowsPerPageTitle => r'Rader per side:';
|
||||
@override String get tabLabel => r'Fane $tabIndex av $tabCount';
|
||||
@override String get selectedRowCountTitleOne => r'1 element er valgt';
|
||||
@override String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt';
|
||||
@override String get cancelButtonLabel => r'AVBRYT';
|
||||
@override String get closeButtonLabel => r'LUKK';
|
||||
@override String get continueButtonLabel => r'FORTSETT';
|
||||
@override String get copyButtonLabel => r'KOPIÉR';
|
||||
@override String get cutButtonLabel => r'KLIPP UT';
|
||||
@override String get okButtonLabel => r'OK';
|
||||
@override String get pasteButtonLabel => r'LIM INN';
|
||||
@override String get selectAllButtonLabel => r'VELG ALLE';
|
||||
@override String get viewLicensesButtonLabel => r'SE LISENSER';
|
||||
@override String get anteMeridiemAbbreviation => r'AM';
|
||||
@override String get postMeridiemAbbreviation => r'PM';
|
||||
@override String get timePickerHourModeAnnouncement => r'Angi timer';
|
||||
@override String get timePickerMinuteModeAnnouncement => r'Angi minutter';
|
||||
@override String get modalBarrierDismissLabel => r'Avvis';
|
||||
@override String get signedInLabel => r'Pålogget';
|
||||
@override String get hideAccountsLabel => r'Skjul kontoer';
|
||||
@override String get showAccountsLabel => r'Vis kontoer';
|
||||
}
|
||||
|
||||
// ignore: camel_case_types
|
||||
class _Bundle_pl extends TranslationBundle {
|
||||
const _Bundle_pl() : super(null);
|
||||
@ -1541,6 +1623,8 @@ TranslationBundle translationBundleForLocale(Locale locale) {
|
||||
return const _Bundle_gsw();
|
||||
case 'he':
|
||||
return const _Bundle_he();
|
||||
case 'id':
|
||||
return const _Bundle_id();
|
||||
case 'it':
|
||||
return const _Bundle_it();
|
||||
case 'ja':
|
||||
@ -1549,6 +1633,8 @@ TranslationBundle translationBundleForLocale(Locale locale) {
|
||||
return const _Bundle_ko();
|
||||
case 'nl':
|
||||
return const _Bundle_nl();
|
||||
case 'no':
|
||||
return const _Bundle_no();
|
||||
case 'pl':
|
||||
return const _Bundle_pl();
|
||||
case 'ps':
|
||||
|
38
packages/flutter_localizations/lib/src/l10n/material_id.arb
Normal file
38
packages/flutter_localizations/lib/src/l10n/material_id.arb
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"scriptCategory": "English-like",
|
||||
"timeOfDayFormat": "HH:mm",
|
||||
"openAppDrawerTooltip": "Buka menu navigasi",
|
||||
"backButtonTooltip": "Kembali",
|
||||
"closeButtonTooltip": "Tutup",
|
||||
"deleteButtonTooltip": "Hapus",
|
||||
"nextMonthTooltip": "Bulan berikutnya",
|
||||
"previousMonthTooltip": "Bulan sebelumnya",
|
||||
"nextPageTooltip": "Halaman berikutnya",
|
||||
"previousPageTooltip": "Halaman sebelumnya",
|
||||
"showMenuTooltip": "Tampilkan menu",
|
||||
"aboutListTileTitle": "Tentang $applicationName",
|
||||
"licensesPageTitle": "Lisensi",
|
||||
"pageRowsInfoTitle": "$firstRow–$lastRow dari $rowCount",
|
||||
"pageRowsInfoTitleApproximate": "$firstRow–$lastRow dari kira-kira $rowCount",
|
||||
"rowsPerPageTitle": "Baris per halaman:",
|
||||
"tabLabel": "Tab $tabIndex dari $tabCount",
|
||||
"selectedRowCountTitleOne": "1 item dipilih",
|
||||
"selectedRowCountTitleOther": "$selectedRowCount item dipilih",
|
||||
"cancelButtonLabel": "BATAL",
|
||||
"closeButtonLabel": "TUTUP",
|
||||
"continueButtonLabel": "LANJUTKAN",
|
||||
"copyButtonLabel": "SALIN",
|
||||
"cutButtonLabel": "POTONG",
|
||||
"okButtonLabel": "Oke",
|
||||
"pasteButtonLabel": "TEMPEL",
|
||||
"selectAllButtonLabel": "PILIH SEMUA",
|
||||
"viewLicensesButtonLabel": "LIHAT LISENSI",
|
||||
"anteMeridiemAbbreviation": "AM",
|
||||
"postMeridiemAbbreviation": "PM",
|
||||
"timePickerHourModeAnnouncement": "Pilih jam",
|
||||
"timePickerMinuteModeAnnouncement": "Pilih menit",
|
||||
"modalBarrierDismissLabel": "Tutup",
|
||||
"signedInLabel": "Telah login",
|
||||
"hideAccountsLabel": "Sembunyikan akun",
|
||||
"showAccountsLabel": "Tampilkan akun"
|
||||
}
|
38
packages/flutter_localizations/lib/src/l10n/material_no.arb
Normal file
38
packages/flutter_localizations/lib/src/l10n/material_no.arb
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"scriptCategory": "English-like",
|
||||
"timeOfDayFormat": "HH:mm",
|
||||
"openAppDrawerTooltip": "Åpne navigasjonsmenyen",
|
||||
"backButtonTooltip": "Tilbake",
|
||||
"closeButtonTooltip": "Lukk",
|
||||
"deleteButtonTooltip": "Slett",
|
||||
"nextMonthTooltip": "Neste måned",
|
||||
"previousMonthTooltip": "Forrige måned",
|
||||
"nextPageTooltip": "Neste side",
|
||||
"previousPageTooltip": "Forrige side",
|
||||
"showMenuTooltip": "Vis meny",
|
||||
"aboutListTileTitle": "Om $applicationName",
|
||||
"licensesPageTitle": "Lisenser",
|
||||
"pageRowsInfoTitle": "$firstRow–$lastRow av $rowCount",
|
||||
"pageRowsInfoTitleApproximate": "$firstRow–$lastRow av omtrent $rowCount",
|
||||
"rowsPerPageTitle": "Rader per side:",
|
||||
"tabLabel": "Fane $tabIndex av $tabCount",
|
||||
"selectedRowCountTitleOne": "1 element er valgt",
|
||||
"selectedRowCountTitleOther": "$selectedRowCount elementer er valgt",
|
||||
"cancelButtonLabel": "AVBRYT",
|
||||
"closeButtonLabel": "LUKK",
|
||||
"continueButtonLabel": "FORTSETT",
|
||||
"copyButtonLabel": "KOPIÉR",
|
||||
"cutButtonLabel": "KLIPP UT",
|
||||
"okButtonLabel": "OK",
|
||||
"pasteButtonLabel": "LIM INN",
|
||||
"selectAllButtonLabel": "VELG ALLE",
|
||||
"viewLicensesButtonLabel": "SE LISENSER",
|
||||
"anteMeridiemAbbreviation": "AM",
|
||||
"postMeridiemAbbreviation": "PM",
|
||||
"timePickerHourModeAnnouncement": "Angi timer",
|
||||
"timePickerMinuteModeAnnouncement": "Angi minutter",
|
||||
"modalBarrierDismissLabel": "Avvis",
|
||||
"signedInLabel": "Pålogget",
|
||||
"hideAccountsLabel": "Skjul kontoer",
|
||||
"showAccountsLabel": "Vis kontoer"
|
||||
}
|
@ -46,10 +46,12 @@ import 'widgets_localizations.dart';
|
||||
/// * fa - Farsi
|
||||
/// * fr - French
|
||||
/// * he - Hebrew
|
||||
/// * id - Indonesian
|
||||
/// * it - Italian
|
||||
/// * ja - Japanese
|
||||
/// * ko - Korean
|
||||
/// * nl - Dutch
|
||||
/// * no - Norwegian
|
||||
/// * pl - Polish
|
||||
/// * ps - Pashto
|
||||
/// * pt - Portuguese
|
||||
@ -507,10 +509,12 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate<MaterialLocal
|
||||
'fa', // Farsi (Persian)
|
||||
'fr', // French
|
||||
'he', // Hebrew
|
||||
'id', // Indonesian
|
||||
'it', // Italian
|
||||
'ja', // Japanese
|
||||
'ko', // Korean
|
||||
'nl', // Dutch
|
||||
'no', // Norwegian
|
||||
'pl', // Polish
|
||||
'ps', // Pashto
|
||||
'pt', // Portugese
|
||||
|
@ -17,10 +17,12 @@ void main() {
|
||||
'fa', // Farsi (Persian)
|
||||
'fr', // French
|
||||
'he', // Hebrew
|
||||
'id', // Indonesian
|
||||
'it', // Italian
|
||||
'ja', // Japanese
|
||||
'ko', // Korean
|
||||
'nl', // Dutch
|
||||
'nl', // Norwegian
|
||||
'pl', // Polish
|
||||
'ps', // Pashto
|
||||
'pt', // Portugese
|
||||
|
Loading…
Reference in New Issue
Block a user